Searched defs:mx_chan_id (Results 1 - 4 of 4) sorted by path

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h761 UINT32 mx_chan_id; member in struct:__anon1262
1132 UINT32 mx_proto_id, UINT32 mx_chan_id,
H A Dbtm_sec.c56 UINT32 mx_chan_id);
74 UINT32 mx_proto_id, UINT32 mx_chan_id,
89 UINT32 mx_chan_id);
522 ** mx_chan_id - channel ID of multiplexing proto below
529 UINT32 mx_chan_id)
540 sec_level, psm, mx_proto_id, mx_chan_id));
548 UNUSED(mx_chan_id);
567 ** mx_chan_id - channel ID of multiplexing proto below
574 UINT32 mx_chan_id)
585 sec_level, psm, mx_proto_id, mx_chan_id));
527 BTM_SetUCDSecurityLevel(BOOLEAN is_originator, char *p_name, UINT8 service_id, UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, UINT32 mx_chan_id) argument
572 BTM_SetSecurityLevel(BOOLEAN is_originator, char *p_name, UINT8 service_id, UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, UINT32 mx_chan_id) argument
611 btm_sec_set_security_level(CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id, UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, UINT32 mx_chan_id) argument
2087 BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id) argument
2553 btm_sec_mx_access_request(BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_originator, UINT32 mx_proto_id, UINT32 mx_chan_id, tBTM_SEC_CALLBACK *p_callback, void *p_ref_data) argument
5602 btm_sec_find_mx_serv(UINT8 is_originator, UINT16 psm, UINT32 mx_proto_id, UINT32 mx_chan_id) argument
5906 btm_sec_queue_mx_request(BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig, UINT32 mx_proto_id, UINT32 mx_chan_id, tBTM_SEC_CALLBACK *p_callback, void *p_ref_data) argument
[all...]
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c1015 UINT32 mx_chan_id = HID_NOSEC_CHN; local
1032 mx_chan_id = HID_SEC_CHN;
1034 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id);
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_api.c303 UINT32 mx_chan_id; local
359 mx_chan_id = dst_uuid.uu.uuid16;
381 mx_chan_id = src_uuid.uu.uuid16;
399 BTM_SetOutService(rem_bda, BTM_SEC_SERVICE_BNEP_PANU, mx_chan_id);

Completed in 330 milliseconds