Searched defs:tBTA_GATTS_CB (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_int.h197 }tBTA_GATTS_CB; typedef in typeref:struct:__anon513
207 extern tBTA_GATTS_CB bta_gatts_cb;
209 extern tBTA_GATTS_CB *bta_gatts_cb_ptr;
218 extern void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
219 extern void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
220 extern void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
221 extern void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
229 extern void bta_gatts_send_rsp(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
230 extern void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
233 extern void bta_gatts_open (tBTA_GATTS_CB *p_c
[all...]

Completed in 29 milliseconds