Searched refs:disconnect_reason (Results 1 – 11 of 11) 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 | 294 void BluetoothMetricsLogger::LogPairEvent(uint32_t disconnect_reason, in LogPairEvent() argument 302 event->set_disconnect_reason(disconnect_reason); in LogPairEvent() 368 disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) { in LogBluetoothSessionEnd() argument 380 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/gd/cert/ |
D | py_le_acl_manager.py | 49 self.disconnect_reason = None 58 self.disconnect_reason = disconnection_complete.get().GetReason()
|
D | py_acl_manager.py | 48 self.disconnect_reason = disconnection_complete.get().GetReason()
|
/system/bt/stack/sdp/ |
D | sdp_main.cc | 583 p_ccb->disconnect_reason = reason; in sdp_disconnect() 624 (*p_ccb->p_cb)(p_ccb->disconnect_reason); in sdp_disconnect_cfm() 626 (*p_ccb->p_cb2)(p_ccb->disconnect_reason, p_ccb->user_data); in sdp_disconnect_cfm()
|
D | sdpint.h | 154 uint16_t disconnect_reason; /* Disconnect reason */ member
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 111 optional string disconnect_reason = 4 [deprecated = true]; field 179 optional int32 disconnect_reason = 1; field
|