Searched refs:tBTA_GATTS_CB (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/ |
D | bta_gatts_int.h | 210 } tBTA_GATTS_CB; typedef 220 extern tBTA_GATTS_CB bta_gatts_cb; 222 extern tBTA_GATTS_CB *bta_gatts_cb_ptr; 231 extern void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb); 232 extern void bta_gatts_api_enable(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_data); 233 extern void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg); 234 extern void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg); 235 extern void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg); 236 extern void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg); 246 extern void bta_gatts_send_rsp(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg); [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_main.c | 49 tBTA_GATTS_CB bta_gatts_cb; 51 tBTA_GATTS_CB *bta_gatts_cb_ptr; 66 tBTA_GATTS_CB *p_cb = &bta_gatts_cb; in bta_gatts_hdl_event() 149 memset(&bta_gatts_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_deinit()
|
D | bta_gatts_utils.c | 64 UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx) in bta_gatts_alloc_srvc_cb() 110 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() 130 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() 152 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()
|
D | bta_gatts_act.c | 112 void bta_gatts_enable(tBTA_GATTS_CB *p_cb) in bta_gatts_enable() 120 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_enable() 147 void bta_gatts_api_disable(tBTA_GATTS_CB *p_cb) in bta_gatts_api_disable() 157 memset(p_cb, 0, sizeof(tBTA_GATTS_CB)); in bta_gatts_api_disable() 172 void bta_gatts_register(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_register() 249 void bta_gatts_start_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_start_if() 269 void bta_gatts_deregister(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_deregister() 309 void bta_gatts_create_srvc(tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_create_srvc() 647 void bta_gatts_send_rsp (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_send_rsp() 668 void bta_gatts_indicate_handle (tBTA_GATTS_CB *p_cb, tBTA_GATTS_DATA *p_msg) in bta_gatts_indicate_handle() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/main/ |
D | bte_init.c | 487 if ((bta_gatts_cb_ptr = (tBTA_GATTS_CB *)osi_malloc(sizeof(tBTA_GATTS_CB))) == NULL) { in BTE_InitStack() 490 memset((void *)bta_gatts_cb_ptr, 0, sizeof(tBTA_GATTS_CB)); in BTE_InitStack()
|