Lines Matching refs:reason
234 void OnAclStateChanged(const BluetoothRawAddress &device, int32_t state, uint32_t reason) override
236 HILOGD("enter, device: %{public}s, state: %{public}d, reason: %{public}u",
237 GET_ENCRYPT_RAW_ADDR(device), state, reason);
240 [remoteDevice, state, reason](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) {
241 observer->OnAclStateChanged(remoteDevice, state, reason);
342 void OnAclStateChanged(const BluetoothRawAddress &device, int state, unsigned int reason) override
344 HILOGD("enter, device: %{public}s, state: %{public}d, reason: %{public}u",
345 GET_ENCRYPT_RAW_ADDR(device), state, reason);
348 [remoteDevice, state, reason](std::shared_ptr<BluetoothRemoteDeviceObserver> observer) {
349 observer->OnAclStateChanged(remoteDevice, state, reason);