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.rs76 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()
Dcommand_handler.rs25 snapshotted_db.write_no_response_attribute( in process_packet()
Dgatt_database.rs437 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/
Dtest_att_db.rs67 fn write_no_response_attribute(&self, handle: AttHandle, data: &[u8]) { in write_no_response_attribute() method