Home
last modified time | relevance | path

Searched defs:declaration_handle (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.h89 uint16_t declaration_handle; member
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs204 let declaration_handle = AttHandle(characteristic.handle.0 - 1); in add_service_with_handles() localVariable