Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/metrics/
Dbluetooth_event.h32 void LogAclCompletionEvent(const hci::Address& address, hci::ErrorCode reason,
Dbluetooth_event.cc368 void LogAclCompletionEvent(const hci::Address& address, ErrorCode reason, in LogAclCompletionEvent() function
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1429 metrics::LogAclCompletionEvent(remote_address, hci::ErrorCode::SUCCESS, locally_initiated); in OnConnectSuccess()
1458 metrics::LogAclCompletionEvent(address, reason, locally_initiated); in OnConnectFail()