Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_int.h384 }tBTA_GATTC_CB; typedef
392 extern tBTA_GATTC_CB bta_gattc_cb;
394 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
405 extern void bta_gattc_disable(tBTA_GATTC_CB *p_cb);
406 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
407 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
408 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
409 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
410 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
411 extern void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg);
[all …]
Dbta_gattc_act.c113 static void bta_gattc_enable(tBTA_GATTC_CB *p_cb) in bta_gattc_enable()
120 memset(&bta_gattc_cb, 0, sizeof(tBTA_GATTC_CB)); in bta_gattc_enable()
139 void bta_gattc_disable(tBTA_GATTC_CB *p_cb) in bta_gattc_disable()
172 memset(p_cb, 0, sizeof(tBTA_GATTC_CB)); in bta_gattc_disable()
185 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data) in bta_gattc_register()
251 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg) in bta_gattc_start_if()
273 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg) in bta_gattc_deregister()
329 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open()
377 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open_cancel()
422 void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg) in bta_gattc_process_enc_cmpl()
[all …]
Dbta_gattc_main.c247 tBTA_GATTC_CB bta_gattc_cb;
333 tBTA_GATTC_CB *p_cb = &bta_gattc_cb; in bta_gattc_hdl_event()
/system/bt/main/
Dbte_init.c202 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in BTE_InitStack()