Home
last modified time | relevance | path

Searched refs:disconnect_reason (Results 1 – 9 of 9) sorted by relevance

/system/bt/btif/src/
Dbtif_debug_conn.cc33 tGATT_DISCONN_REASON disconnect_reason; member
68 const tGATT_DISCONN_REASON disconnect_reason) { in btif_debug_conn_state() argument
74 evt->disconnect_reason = disconnect_reason; in btif_debug_conn_state()
92 dprintf(fd, " reason=%d", evt->disconnect_reason); in btif_debug_conn_dump()
/system/bt/common/
Dmetrics_linux.cc45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument
64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd() argument
Dmetrics.h133 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms,
189 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
Dmetrics_unittest.cc76 PairEvent* MakePairEvent(int32_t disconnect_reason, int64_t timestamp_ms, in MakePairEvent() argument
79 event->set_disconnect_reason(disconnect_reason); in MakePairEvent()
128 BluetoothSession_DisconnectReasonType disconnect_reason, in MakeBluetoothSession() argument
137 session->set_disconnect_reason_type(disconnect_reason); in MakeBluetoothSession()
Dmetrics.cc293 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument
301 event->set_disconnect_reason(disconnect_reason); in LogPairEvent()
367 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd() argument
379 get_disconnect_reason_type(disconnect_reason)); in LogBluetoothSessionEnd()
/system/bt/btif/include/
Dbtif_debug_conn.h33 const tGATT_DISCONN_REASON disconnect_reason);
/system/bt/stack/sdp/
Dsdp_main.cc607 p_ccb->disconnect_reason = reason; in sdp_disconnect()
648 (*p_ccb->p_cb)(p_ccb->disconnect_reason); in sdp_disconnect_cfm()
650 (*p_ccb->p_cb2)(p_ccb->disconnect_reason, p_ccb->user_data); in sdp_disconnect_cfm()
Dsdpint.h186 uint16_t disconnect_reason; /* Disconnect reason */ member
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto113 optional string disconnect_reason = 4 [deprecated = true]; field
181 optional int32 disconnect_reason = 1; field