Searched refs:write_no_response_attribute (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_database.rs | 74 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()
|
D | command_handler.rs | 25 snapshotted_db.write_no_response_attribute(packet.handle.into(), &packet.value); in process_packet()
|
D | gatt_database.rs | 429 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/ |
D | test_att_db.rs | 65 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method
|