Searched refs:L2CA_RemoveFixedChnl (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_utils.c546 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
556 L2CA_RemoveFixedChnl (L2CAP_SMP_CID, p_cb->pairing_bda);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h990 ** Function L2CA_RemoveFixedChnl
1001 L2C_API extern BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c194 ret = L2CA_RemoveFixedChnl (L2CAP_ATT_CID, rem_bda);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1451 ** Function L2CA_RemoveFixedChnl
1462 BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda) function
1471 L2CAP_TRACE_ERROR1 ("L2CA_RemoveFixedChnl() Invalid CID: 0x%04x", fixed_cid);
1479 L2CAP_TRACE_WARNING3 ("L2CA_RemoveFixedChnl() CID: 0x%04x BDA: %08x%04x not connected", fixed_cid,
1484 L2CAP_TRACE_API3 ("L2CA_RemoveFixedChnl() CID: 0x%04x BDA: %08x%04x", fixed_cid,

Completed in 271 milliseconds