Searched defs:fixed_cid (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1372 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel() 1402 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() 1410 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_ConnectFixedChnl() 1522 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_SendFixedChnlData() 1637 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() 1707 bool L2CA_SetFixedChannelTout(const RawAddress& rem_bda, uint16_t fixed_cid, in L2CA_SetFixedChannelTout()
|
D | l2c_utils.cc | 2533 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
|
/system/bt/stack/test/ |
D | gatt_connection_manager_test.cc | 68 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl()
|
/system/bt/gd/l2cap/le/ |
D | facade.proto | 23 uint32 fixed_cid = 2; field
|
/system/bt/gd/l2cap/classic/ |
D | facade.proto | 79 uint32 fixed_cid = 2; field
|
/system/bt/main/shim/ |
D | l2c_api.cc | 450 uint16_t fixed_cid, in L2CA_SetFixedChannelTout()
|
/system/bt/stack/smp/ |
D | smp_utils.cc | 336 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local
|