Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs74 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]); in write_no_response_attribute() method
117 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method
118 self.backing.write_no_response_attribute(handle, data); in write_no_response_attribute()
Dcommand_handler.rs25 snapshotted_db.write_no_response_attribute(packet.handle.into(), &packet.value); in process_packet()
Dgatt_database.rs429 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method
1489 att_db.write_no_response_attribute(CHARACTERISTIC_VALUE_HANDLE, &data); in test_write_no_response_single_characteristic()
1530 att_db.write_no_response_attribute(CHARACTERISTIC_VALUE_HANDLE, &data); in test_unwriteable_without_response_characteristic()
/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs65 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method