Searched refs:tBTA_GATTC_SERV (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_int.h | 296 } tBTA_GATTC_SERV; typedef 327 tBTA_GATTC_SERV *p_srcb; /* server cache CB */ 383 tBTA_GATTC_SERV known_server[BTA_GATTC_KNOWN_SR_MAX]; 460 extern tBTA_GATTC_SERV * bta_gattc_find_srcb(BD_ADDR bda); 461 extern tBTA_GATTC_SERV * bta_gattc_srcb_alloc(BD_ADDR bda); 462 extern tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id); 469 extern BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, tB… 473 extern void bta_gattc_clear_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 star… 474 extern tBTA_GATTC_SERV * bta_gattc_find_srvr_cache(BD_ADDR bda); 479 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, … [all …]
|
D | bta_gattc_cache.c | 48 static void bta_gattc_char_dscpt_disc_cmpl(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb); 49 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb); 52 tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handle); 53 tBTA_GATTC_CHARACTERISTIC* bta_gattc_get_characteristic_srcb(tBTA_GATTC_SERV *p_srcb, UINT16 handl… 160 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_init_cache() 200 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_srvc_to_cache() 228 static tBTA_GATT_STATUS bta_gattc_add_char_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_char_to_cache() 274 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_attr_to_cache() 341 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() 371 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_pri_service() [all …]
|
D | bta_gattc_utils.c | 288 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_clcb_dealloc() 323 tBTA_GATTC_SERV * bta_gattc_find_srcb(BD_ADDR bda) in bta_gattc_find_srcb() 325 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srcb() 345 tBTA_GATTC_SERV * bta_gattc_find_srvr_cache(BD_ADDR bda) in bta_gattc_find_srvr_cache() 347 tBTA_GATTC_SERV *p_srcb = &bta_gattc_cb.known_server[0]; in bta_gattc_find_srvr_cache() 366 tBTA_GATTC_SERV * bta_gattc_find_scb_by_cid (UINT16 conn_id) in bta_gattc_find_scb_by_cid() 384 tBTA_GATTC_SERV * bta_gattc_srcb_alloc(BD_ADDR bda) in bta_gattc_srcb_alloc() 386 tBTA_GATTC_SERV *p_tcb = &bta_gattc_cb.known_server[0], in bta_gattc_srcb_alloc() 416 memset(p_tcb, 0 , sizeof(tBTA_GATTC_SERV)); in bta_gattc_srcb_alloc() 455 BOOLEAN bta_gattc_check_notif_registry(tBTA_GATTC_RCB *p_clreg, tBTA_GATTC_SERV *p_srcb, in bta_gattc_check_notif_registry() [all …]
|
D | bta_gattc_act.c | 101 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status); 834 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st() 887 void bta_gattc_set_discover_st(tBTA_GATTC_SERV *p_srcb) in bta_gattc_set_discover_st() 1626 tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_srvr_cache(p_msg->api_conn.remote_bda); in bta_gattc_process_api_refresh() 1672 tBTA_GATTC_SERV *p_srcb, in bta_gattc_process_srvc_chg_ind() 1786 tBTA_GATTC_SERV *p_srcb = NULL; in bta_gattc_process_indicate()
|