Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs63 const DESCRIPTOR_HANDLE: AttHandle = AttHandle(9); constant
98 handle: DESCRIPTOR_HANDLE, in create_server_and_open_connection()
344 handle: DESCRIPTOR_HANDLE.into(), in test_write_to_descriptor()
351 DESCRIPTOR_HANDLE, in test_write_to_descriptor()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs537 const DESCRIPTOR_HANDLE: AttHandle = AttHandle(4); constant
1048 handle: DESCRIPTOR_HANDLE, in test_single_descriptor_declaration()
1063 spawn_local(async move { att_db.read_attribute(DESCRIPTOR_HANDLE).await.unwrap() }); in test_single_descriptor_declaration()
1067 DESCRIPTOR_HANDLE, in test_single_descriptor_declaration()
1098 handle: DESCRIPTOR_HANDLE, in test_write_descriptor()
1114 async move { att_db.write_attribute(DESCRIPTOR_HANDLE, &data).await.unwrap() }, in test_write_descriptor()
1119 DESCRIPTOR_HANDLE, in test_write_descriptor()