Searched refs:L2CA_ConnectFixedChnl (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/smp/ |
D | smp_api.cc | 148 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) { in SMP_Pair() 191 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, bd_addr)) { in SMP_BR_PairWith()
|
/system/bt/stack/include/ |
D | l2c_api.h | 1120 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, 1122 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& bd_addr,
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 1656 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_ConnectFixedChnl() function 1658 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy); in L2CA_ConnectFixedChnl() 1661 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda, in L2CA_ConnectFixedChnl() function
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 2160 if (L2CA_ConnectFixedChnl(t->chan, t->remote_addr)) { in bta_jv_l2cap_connect_le()
|