Searched refs:tBTA_GATTC_CB (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_int.h | 377 }tBTA_GATTC_CB; typedef 385 extern tBTA_GATTC_CB bta_gattc_cb; 387 extern tBTA_GATTC_CB *bta_gattc_cb_ptr; 398 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data); 399 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data); 400 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg); 401 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg); 402 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data); 403 extern void bta_gattc_int_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data); 442 extern void bta_gattc_process_api_refresh(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
|
D | bta_gattc_act.c | 94 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data) in bta_gattc_register() 158 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg) in bta_gattc_start_if() 234 void bta_gattc_int_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data) in bta_gattc_int_deregister() 271 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data) in bta_gattc_deregister() 311 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open() 356 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_open_cancel() 735 tBTA_GATTC_CB *p_cb = &bta_gattc_cb; in bta_gattc_reset_discover_st() 775 tBTA_GATTC_CB *p_cb = &bta_gattc_cb; in bta_gattc_set_discover_st() 1633 void bta_gattc_process_api_refresh(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg) in bta_gattc_process_api_refresh()
|
D | bta_gattc_main.c | 270 tBTA_GATTC_CB bta_gattc_cb; 347 tBTA_GATTC_CB *p_cb = &bta_gattc_cb; in bta_gattc_hdl_event()
|
D | bta_gattc_api.c | 40 extern tBTA_GATTC_CB bta_gattc_cb; 66 memset(&bta_gattc_cb, 0, sizeof(tBTA_GATTC_CB)); in BTA_GATTC_Init()
|
/external/bluetooth/bluedroid/main/ |
D | bte_init.c | 512 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB)); in BTE_InitStack()
|