Home
last modified time | relevance | path

Searched refs:L2CA_ConnectFixedChnl (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_api.cc148 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/
Dl2c_api.h1120 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/
Dl2c_api.cc1656 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/
Dbta_jv_act.cc2160 if (L2CA_ConnectFixedChnl(t->chan, t->remote_addr)) { in bta_jv_l2cap_connect_le()