Home
last modified time | relevance | path

Searched refs:p_cache (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c131 static void bta_gattc_display_cache_server(list_t *p_cache) in bta_gattc_display_cache_server() argument
134 list_foreach(p_cache, display_cache_service, NULL); in bta_gattc_display_cache_server()
1109 tBTA_GATTC_SERVICE *p_cache = list_node(sn); in bta_gattc_search_service() local
1111 if (!bta_gattc_uuid_compare(p_uuid, &p_cache->uuid, FALSE)) { in bta_gattc_search_service()
1117 p_cache->uuid.uu.uuid16, in bta_gattc_search_service()
1118 p_cache->handle, in bta_gattc_search_service()
1119 p_cache->s_handle); in bta_gattc_search_service()
1128 cb_data.srvc_res.service_uuid.inst_id = p_cache->handle; in bta_gattc_search_service()
1129 cb_data.srvc_res.start_handle = p_cache->s_handle; in bta_gattc_search_service()
1130 cb_data.srvc_res.end_handle = p_cache->e_handle; in bta_gattc_search_service()
[all …]
Dbta_gattc_act.c2429 list_t *p_cache = NULL; in bta_gattc_register_service_change_notify() local
2449 p_cache = p_srcb->p_srvc_cache; in bta_gattc_register_service_change_notify()
2457 for (list_node_t *sn = list_begin(p_cache); in bta_gattc_register_service_change_notify()
2458 sn != list_end(p_cache); sn = list_next(sn)) { in bta_gattc_register_service_change_notify()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c3097 UINT8 *p_cache; in btm_ble_cache_adv_data() local
3118 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len]; in btm_ble_cache_adv_data()
3120 memcpy(p_cache, p, data_len); in btm_ble_cache_adv_data()