Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_api.cc1583 bool L2CA_RegisterFixedChannel(uint16_t fixed_cid, in L2CA_RegisterFixedChannel()
1609 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR rem_bda) { in L2CA_ConnectFixedChnl()
1614 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR rem_bda, in L2CA_ConnectFixedChnl()
1727 uint16_t L2CA_SendFixedChnlData(uint16_t fixed_cid, BD_ADDR rem_bda, in L2CA_SendFixedChnlData()
1843 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, BD_ADDR rem_bda) { in L2CA_RemoveFixedChnl()
1916 bool L2CA_SetFixedChannelTout(BD_ADDR rem_bda, uint16_t fixed_cid, in L2CA_SetFixedChannelTout()
Dl2c_utils.cc2527 bool l2cu_initialize_fixed_ccb(tL2C_LCB* p_lcb, uint16_t fixed_cid, in l2cu_initialize_fixed_ccb()
/system/bt/stack/smp/
Dsmp_utils.cc308 uint16_t fixed_cid = L2CAP_SMP_CID; in smp_send_msg_to_L2CAP() local