Searched refs:sn (Results 1 – 4 of 4) sorted by relevance
229 list_node_t *sn = list_begin(services); in bta_gattc_insert_sec_service_to_cache() local230 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() local235 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() local557 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() local560 tBTA_GATTC_INCLUDED_SVC *include_service = list_node(sn); in bta_gattc_update_include_service()[all …]
626 for (list_node_t *sn = list_begin(addr_info->assoc_addr); in bta_gattc_co_cache_remove_assoc_addr() local627 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()
456 for(list_node_t *sn = list_begin(p_clcb->p_cmd_list); in bta_gattc_has_prepare_command_in_queue() local457 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()
2457 for (list_node_t *sn = list_begin(p_cache); in bta_gattc_register_service_change_notify() local2458 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()