Searched refs:L2CA_ConnectFixedChnl (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_api.cc147 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_CID, bd_addr)) {
189 if (!L2CA_ConnectFixedChnl(L2CAP_SMP_BR_CID, bd_addr)) {
/system/bt/stack/include/
H A Dl2c_api.h1071 * Function L2CA_ConnectFixedChnl
1081 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR bd_addr);
1082 extern bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR bd_addr,
/system/bt/stack/l2cap/
H A Dl2c_api.cc1599 * Function L2CA_ConnectFixedChnl
1609 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR rem_bda) { function
1611 return L2CA_ConnectFixedChnl(fixed_cid, rem_bda, phy);
1614 bool L2CA_ConnectFixedChnl(uint16_t fixed_cid, BD_ADDR rem_bda, function
/system/bt/stack/gatt/
H A Dgatt_main.cc204 gatt_ret = L2CA_ConnectFixedChnl(L2CAP_ATT_CID, rem_bda, initiating_phys);
/system/bt/bta/jv/
H A Dbta_jv_act.cc2434 if (L2CA_ConnectFixedChnl(t->chan, t->remote_addr)) {

Completed in 103 milliseconds