Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/metrics/
Dbluetooth_event.h40 void LogAclDisconnectionEvent(const hci::Address& address, hci::ErrorCode reason,
Dbluetooth_event.cc383 void LogAclDisconnectionEvent(const hci::Address& address, ErrorCode reason, in LogAclDisconnectionEvent() function
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1351 bluetooth::metrics::LogAclDisconnectionEvent(remote_address, reason, is_locally_initiated); in OnClassicLinkDisconnected()