Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h343 } tBTA_GATTC_SERV; typedef
367 tBTA_GATTC_SERV *p_srcb; /* server cache CB */
423 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX];
521 extern tBTA_GATTC_SERV *bta_gattc_find_srcb(BD_ADDR bda);
522 extern tBTA_GATTC_SERV *bta_gattc_srcb_alloc(BD_ADDR bda);
523 extern tBTA_GATTC_SERV *bta_gattc_find_scb_by_cid (UINT16 conn_id);
530 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tB…
534 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 star…
536 extern tBTA_GATTC_SERV * bta_gattc_find_srvr_cache(BD_ADDR bda);
541 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, …
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c46 static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb);
55 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle);
56 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl…
65 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
174 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_init_cache()
260 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_srvc_to_cache()
303 static tBTA_GATT_STATUS bta_gattc_add_char_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_char_to_cache()
352 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_attr_to_cache()
427 void bta_gattc_get_disc_range(tBTA_GATTC_SERV *p_srvc_cb, UINT16 *p_s_hdl, UINT16 *p_e_hdl, BOOLEAN… in bta_gattc_get_disc_range()
454 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_pri_service()
[all …]
Dbta_gattc_utils.c285 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_clcb_dealloc()
349 tBTA_GATTC_SERV *bta_gattc_find_srcb(BD_ADDR bda) in bta_gattc_find_srcb()
351 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb()
371 tBTA_GATTC_SERV *bta_gattc_find_srvr_cache(BD_ADDR bda) in bta_gattc_find_srvr_cache()
373 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache()
392 tBTA_GATTC_SERV *bta_gattc_find_scb_by_cid (UINT16 conn_id) in bta_gattc_find_scb_by_cid()
411 tBTA_GATTC_SERV *bta_gattc_srcb_alloc(BD_ADDR bda) in bta_gattc_srcb_alloc()
413 tBTA_GATTC_SERV *p_tcb = &bta_gattc_cb.known_server[0], in bta_gattc_srcb_alloc()
444 memset(p_tcb, 0 , sizeof(tBTA_GATTC_SERV)); in bta_gattc_srcb_alloc()
556 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry()
[all …]
Dbta_gattc_act.c112 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
894 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st()
945 void bta_gattc_set_discover_st(tBTA_GATTC_SERV *p_srcb) in bta_gattc_set_discover_st()
1844 tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_srvr_cache(p_msg->api_refresh.remote_bda); in bta_gattc_process_api_refresh()
1965 tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_srvr_cache(p_msg->api_clean.remote_bda); in bta_gattc_process_api_cache_clean()
1986 tBTA_GATTC_SERV *p_srcb, in bta_gattc_process_srvc_chg_ind()
2102 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_process_indicate()
2428 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_register_service_change_notify()