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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_int.h208 }tBTA_GATTS_CB; typedef in typeref:struct:__anon595
218 extern tBTA_GATTS_CB bta_gatts_cb;
220 extern tBTA_GATTS_CB *bta_gatts_cb_ptr;
229 extern void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb);
230 extern void bta_gatts_api_enable(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_data);
231 extern void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
232 extern void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
233 extern void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg);
234 extern void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg);
242 extern void bta_gatts_send_rsp(tBTA_GATTS_CB *p_c
[all...]

Completed in 106 milliseconds