Searched refs:addr_index (Results 1 – 2 of 2) sorted by relevance
463 UINT8 addr_index = 0; in bta_gattc_co_addr_in_cache() local466 for (addr_index = 0; addr_index < num; addr_index++) { in bta_gattc_co_addr_in_cache()477 UINT8 addr_index = 0; in bta_gattc_co_find_addr_in_cache() local481 for (addr_index = 0; addr_index < num; addr_index++, addr_info++) { in bta_gattc_co_find_addr_in_cache()483 return addr_index; in bta_gattc_co_find_addr_in_cache()583 UINT8 addr_index = 0; in bta_gattc_co_cache_append_assoc_addr() local587 if ((addr_index = bta_gattc_co_find_addr_in_cache(src_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_append_assoc_addr()588 addr_info = &cache_env->cache_addr[addr_index]; in bta_gattc_co_cache_append_assoc_addr()600 UINT8 addr_index = 0; in bta_gattc_co_cache_remove_assoc_addr() local602 if ((addr_index = bta_gattc_co_find_addr_in_cache(src_addr)) != INVALID_ADDR_NUM) { in bta_gattc_co_cache_remove_assoc_addr()[all …]
104 int8_t addr_index = 0; in esp_netif_start_slip() local106 netif_ip6_addr_set(esp_netif->lwip_netif, addr_index, (ip6_addr_t *)&slip_ctx->addr); in esp_netif_start_slip()107 netif_ip6_addr_set_state(esp_netif->lwip_netif, addr_index, IP6_ADDR_VALID); in esp_netif_start_slip()148 int8_t addr_index = 0; in esp_netif_slip_set_ipv6() local150 netif_ip6_addr_set(netif->lwip_netif, addr_index, (ip6_addr_t *)&slip_ctx->addr); in esp_netif_slip_set_ipv6()151 netif_ip6_addr_set_state(netif->lwip_netif, addr_index, IP6_ADDR_VALID); in esp_netif_slip_set_ipv6()