OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gatt_disconnect
(Results
1 - 10
of
10
) sorted by null
/system/bt/stack/gatt/
gatt_main.c
219
** Function
gatt_disconnect
229
BOOLEAN
gatt_disconnect
(tGATT_TCB *p_tcb)
function
259
GATT_TRACE_DEBUG ("%s
gatt_disconnect
channel not opened", __func__);
[
all
...]
gatt_api.c
[
all
...]
gatt_int.h
534
extern BOOLEAN
gatt_disconnect
(tGATT_TCB *p_tcb);
gatt_utils.c
[
all
...]
/system/bt/btif/src/
btif_gatt_test.c
253
GATT_Disconnect
(test_cb.conn_id);
/system/bt/stack/srvc/
srvc_eng.c
421
GATT_Disconnect
(p_clcb->conn_id);
/system/bt/stack/include/
gatt_api.h
[
all
...]
/system/bt/stack/gap/
gap_ble.c
566
GATT_Disconnect
(p_clcb->conn_id);
/system/bt/bta/gatt/
bta_gatts_act.c
768
if (
GATT_Disconnect
(p_msg->hdr.layer_specific) != GATT_SUCCESS)
bta_gattc_act.c
809
cb_data.close.status =
GATT_Disconnect
(p_data->hdr.layer_specific);
[
all
...]
Completed in 3883 milliseconds