Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dgeneric_server.c2120 static int search_prop_id_index(const uint16_t *array, uint8_t array_idx, uint16_t id) in search_prop_id_index() function
2144 return search_prop_id_index(array, index, id); in search_prop_id_index()
2146 return search_prop_id_index(array + index + 1, array_idx - 1 - index, id); in search_prop_id_index()
2182 index = search_prop_id_index(srv->property_ids, srv->id_count - 1, property_id); in gen_client_prop_get()