Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h1156 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/gatt/
Dgatt_main.cc245 ret = L2CA_RemoveFixedChnl(L2CAP_ATT_CID, p_tcb->peer_bda); in gatt_disconnect()
/system/bt/stack/l2cap/
Dl2c_ble.cc65 L2CA_RemoveFixedChnl(L2CAP_ATT_CID, rem_bda); in L2CA_CancelBleConnectReq()
Dl2c_api.cc1887 bool L2CA_RemoveFixedChnl(uint16_t fixed_cid, const RawAddress& rem_bda) { in L2CA_RemoveFixedChnl() function