Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_int.h208 }tBTA_GATTS_CB; typedef
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_cb, tBTA_GATTS_DATA * p_msg);
[all …]
Dbta_gatts_utils.c64 UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx) in bta_gatts_alloc_srvc_cb()
112 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_idx_by_app_if()
132 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id) in bta_gatts_find_srvc_cb_by_srvc_id()
156 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id) in bta_gatts_find_srvc_cb_by_attr_id()
Dbta_gatts_act.c113 void bta_gatts_enable(tBTA_GATTS_CB *p_cb) in bta_gatts_enable()
124 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_enable()
153 void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb) in bta_gatts_api_disable()
166 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_api_disable()
183 void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_register()
260 void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_start_if()
283 void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_deregister()
328 void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_create_srvc()
589 void bta_gatts_send_rsp (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_send_rsp()
611 void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA * p_msg) in bta_gatts_indicate_handle()
[all …]
Dbta_gatts_main.c50 tBTA_GATTS_CB bta_gatts_cb;
65 tBTA_GATTS_CB *p_cb = &bta_gatts_cb; in bta_gatts_hdl_event()
/system/bt/main/
Dbte_init.c203 memset((void *)bta_gatts_cb_ptr, 0, sizeof(tBTA_GATTS_CB)); in BTE_InitStack()