Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dindication_handler.rs138 const NONEXISTENT_HANDLE: AttHandle = AttHandle(2); constant
208 .send(NONEXISTENT_HANDLE, get_data(), MTU, move |_| unreachable!()) in test_invalid_handle()