Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c82 p_db->next_handle = s_hdl; in gatts_init_service_db()
1312 if (p_db->end_handle <= p_db->next_handle) { in allocate_attr_in_db()
1314 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
1343 p_attr16->handle = p_db->next_handle++; in allocate_attr_in_db()
1413 p_db->next_handle --; in deallocate_attr_in_db()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h232 UINT16 next_handle; /* Next usable handle value */ member
515 UINT16 next_handle; /* next available handle */ member