Searched refs:disconnect_reason (Results 1 – 9 of 9) sorted by relevance
/system/bt/btif/src/ |
D | btif_debug_conn.cc | 33 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/ |
D | metrics_linux.cc | 45 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument 64 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {} in LogBluetoothSessionEnd() argument
|
D | metrics.h | 133 void LogPairEvent(uint32_t disconnect_reason, uint64_t timestamp_ms, 189 void LogBluetoothSessionEnd(disconnect_reason_t disconnect_reason,
|
D | metrics_unittest.cc | 76 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()
|
D | metrics.cc | 293 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/ |
D | btif_debug_conn.h | 33 const tGATT_DISCONN_REASON disconnect_reason);
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 607 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()
|
D | sdpint.h | 186 uint16_t disconnect_reason; /* Disconnect reason */ member
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 113 optional string disconnect_reason = 4 [deprecated = true]; field 181 optional int32 disconnect_reason = 1; field
|