Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c229 list_node_t *sn = list_begin(services); in bta_gattc_insert_sec_service_to_cache() local
230 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()
234 … for (list_node_t *sn = list_begin(services); sn != list_end(services); sn = list_next(sn)) { in bta_gattc_insert_sec_service_to_cache() local
235 list_node_t *next_sn = list_next(sn); in bta_gattc_insert_sec_service_to_cache()
240 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_insert_sec_service_to_cache()
243 list_insert_after(services, sn, p_new_srvc); in bta_gattc_insert_sec_service_to_cache()
556 for (list_node_t *sn = list_begin(services); sn != list_end(services); sn = list_next(sn)) { in bta_gattc_update_include_service() local
557 tBTA_GATTC_SERVICE *service = list_node(sn); in bta_gattc_update_include_service()
559 …for (list_node_t *sn = list_begin(service->included_svc); sn != list_end(service->included_svc); s… in bta_gattc_update_include_service() local
560 tBTA_GATTC_INCLUDED_SVC *include_service = list_node(sn); in bta_gattc_update_include_service()
[all …]
Dbta_gattc_co.c626 for (list_node_t *sn = list_begin(addr_info->assoc_addr); in bta_gattc_co_cache_remove_assoc_addr() local
627 sn != list_end(addr_info->assoc_addr); sn = list_next(sn)) { in bta_gattc_co_cache_remove_assoc_addr()
628 void *addr = list_node(sn); in bta_gattc_co_cache_remove_assoc_addr()
Dbta_gattc_utils.c456 for(list_node_t *sn = list_begin(p_clcb->p_cmd_list); in bta_gattc_has_prepare_command_in_queue() local
457 sn != list_end(p_clcb->p_cmd_list); sn = list_next(sn)) { in bta_gattc_has_prepare_command_in_queue()
459 tBTA_GATTC_DATA *cmd_data = (tBTA_GATTC_DATA *)list_node(sn); in bta_gattc_has_prepare_command_in_queue()
Dbta_gattc_act.c2457 for (list_node_t *sn = list_begin(p_cache); in bta_gattc_register_service_change_notify() local
2458 sn != list_end(p_cache); sn = list_next(sn)) { in bta_gattc_register_service_change_notify()
2459 p_service = list_node(sn); in bta_gattc_register_service_change_notify()