OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bta_gatts_close
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_main.c
103
bta_gatts_close
(p_cb,(tBTA_GATTS_DATA *) p_msg);
bta_gatts_int.h
246
extern void
bta_gatts_close
(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
bta_gatts_api.c
519
** Function
BTA_GATTS_Close
528
void
BTA_GATTS_Close
(UINT16 conn_id)
bta_gatts_act.c
744
** Function
bta_gatts_close
751
void
bta_gatts_close
(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg)
function
762
APPL_TRACE_ERROR1("
bta_gatts_close
fail conn_id=%d", p_msg->hdr.layer_specific);
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c
394
BTA_GATTS_Close
(p_cb->conn_id);
Completed in 67 milliseconds