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 | 76 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]); in write_no_response_attribute() method 119 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method 120 self.backing.write_no_response_attribute(handle, data); in write_no_response_attribute()
|
D | command_handler.rs | 25 snapshotted_db.write_no_response_attribute( in process_packet()
|
D | gatt_database.rs | 437 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method 1505 att_db.write_no_response_attribute(CHARACTERISTIC_VALUE_HANDLE, &data); in test_write_no_response_single_characteristic() 1546 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 | 67 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method
|