Home
last modified time | relevance | path

Searched refs:OnIndicationSentConfirmation (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_callbacks.rs36 OnIndicationSentConfirmation(ConnectionId, Result<(), IndicationError>), enumerator
81 self.0.send(MockCallbackEvents::OnIndicationSentConfirmation(conn_id, result)).unwrap(); in on_indication_sent_confirmation()
/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.h50 void OnIndicationSentConfirmation(uint16_t conn_id, int status) const;
Dgatt_shim.cc110 void GattServerCallbacks::OnIndicationSentConfirmation(uint16_t conn_id, int status) const { in OnIndicationSentConfirmation() function in bluetooth::gatt::GattServerCallbacks