Home
last modified time | relevance | path

Searched refs:tBTA_GATTS_CB (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_int.h150 } tBTA_GATTS_CB; typedef
157 extern tBTA_GATTS_CB bta_gatts_cb;
164 extern void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb);
165 extern void bta_gatts_api_enable(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_data);
166 extern void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
167 extern void bta_gatts_start_if(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
168 extern void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
174 extern void bta_gatts_send_rsp(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
175 extern void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb,
178 extern void bta_gatts_open(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg);
[all …]
Dbta_gatts_utils.cc40 uint8_t bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB* p_cb, uint8_t rcb_idx) { in bta_gatts_alloc_srvc_cb()
84 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()
102 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()
123 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()
Dbta_gatts_act.cc118 void bta_gatts_enable(tBTA_GATTS_CB* p_cb) { in bta_gatts_enable()
125 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_enable()
152 void bta_gatts_api_disable(tBTA_GATTS_CB* p_cb) { in bta_gatts_api_disable()
161 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_api_disable()
176 void bta_gatts_register(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_register()
242 void bta_gatts_start_if(UNUSED_ATTR tBTA_GATTS_CB* p_cb, in bta_gatts_start_if()
260 void bta_gatts_deregister(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_deregister()
351 void bta_gatts_send_rsp(UNUSED_ATTR tBTA_GATTS_CB* p_cb, in bta_gatts_send_rsp()
368 void bta_gatts_indicate_handle(tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_indicate_handle()
428 void bta_gatts_open(UNUSED_ATTR tBTA_GATTS_CB* p_cb, tBTA_GATTS_DATA* p_msg) { in bta_gatts_open()
[all …]
Dbta_gatts_main.cc30 tBTA_GATTS_CB bta_gatts_cb;
43 tBTA_GATTS_CB* p_cb = &bta_gatts_cb; in bta_gatts_hdl_event()