Home
last modified time | relevance | path

Searched defs:fixed_cid (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_api.cc1372 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()
Dl2c_utils.cc2533 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid) { in l2cu_initialize_fixed_ccb()
/system/bt/stack/test/
Dgatt_connection_manager_test.cc68 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr) { in L2CA_ConnectFixedChnl()
/system/bt/gd/l2cap/le/
Dfacade.proto23 uint32 fixed_cid = 2; field
/system/bt/gd/l2cap/classic/
Dfacade.proto79 uint32 fixed_cid = 2; field
/system/bt/main/shim/
Dl2c_api.cc450 uint16_t fixed_cid, in L2CA_SetFixedChannelTout()
/system/bt/stack/smp/
Dsmp_utils.cc336 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local