Home
last modified time | relevance | path

Searched refs:L2CA_RemoveFixedChnl (Results 1 – 7 of 7) sorted by relevance

/system/bt/main/shim/
Dl2c_api.h521 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
Dl2c_api.cc413 bool bluetooth::shim::L2CA_RemoveFixedChnl(uint16_t cid, in L2CA_RemoveFixedChnl() function in bluetooth::shim
/system/bt/stack/include/
Dl2c_api.h845 extern bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda);
/system/bt/stack/smp/
Dsmp_utils.cc887 L2CA_RemoveFixedChnl(L2CAP_SMP_BR_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
889 L2CA_RemoveFixedChnl(L2CAP_SMP_CID, p_cb->pairing_bda); in smp_remove_fixed_channel()
/system/bt/stack/l2cap/
Dl2c_api.cc1637 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() function
1639 return bluetooth::shim::L2CA_RemoveFixedChnl(fixed_cid, rem_bda); in L2CA_RemoveFixedChnl()
Dl2c_ble.cc66 L2CA_RemoveFixedChnl(L2CAP_ATT_CID, rem_bda); in L2CA_CancelBleConnectReq()
/system/bt/stack/gatt/
Dgatt_main.cc238 ret = L2CA_RemoveFixedChnl(L2CAP_ATT_CID, p_tcb->peer_bda); in gatt_disconnect()