Home
last modified time | relevance | path

Searched defs:OnIndicationSentConfirmation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_callbacks.rs38 OnIndicationSentConfirmation(ConnectionId, Result<(), IndicationError>), enumerator
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc110 void GattServerCallbacks::OnIndicationSentConfirmation(uint16_t conn_id, int status) const { in OnIndicationSentConfirmation() function in bluetooth::gatt::GattServerCallbacks