Searched refs:tBTA_GATTS_CB (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_int.h | 147 } tBTA_GATTS_CB; typedef 154 extern tBTA_GATTS_CB bta_gatts_cb; 161 extern void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb); 162 extern void bta_gatts_api_enable(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_data); 163 extern void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 164 extern void bta_gatts_start_if(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 165 extern void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 171 extern void bta_gatts_send_rsp(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); 172 extern void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, 175 extern void bta_gatts_open(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg); [all …]
|
D | bta_gatts_utils.cc | 43 uint8_t bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB* p_cb, uint8_t rcb_idx) { in bta_gatts_alloc_srvc_cb() 87 uint8_t bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB* p_cb, in bta_gatts_find_app_rcb_idx_by_app_if() 105 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB* p_cb, in bta_gatts_find_srvc_cb_by_srvc_id() 126 tBTA_GATTS_SRVC_CB* bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB* p_cb, in bta_gatts_find_srvc_cb_by_attr_id()
|
D | bta_gatts_act.cc | 120 void bta_gatts_enable(tBTA_GATTS_CB* p_cb) { in bta_gatts_enable() 127 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_enable() 154 void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb) { in bta_gatts_api_disable() 163 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_api_disable() 178 void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_register() 243 void bta_gatts_start_if(UNUSED_ATTR tBTA_GATTS_CB* p_cb, in bta_gatts_start_if() 261 void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_deregister() 352 void bta_gatts_send_rsp(UNUSED_ATTR tBTA_GATTS_CB* p_cb, in bta_gatts_send_rsp() 369 void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_indicate_handle() 429 void bta_gatts_open(UNUSED_ATTR tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_open() [all …]
|
D | bta_gatts_main.cc | 33 tBTA_GATTS_CB bta_gatts_cb; 46 tBTA_GATTS_CB* p_cb = &bta_gatts_cb; in bta_gatts_hdl_event()
|