Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc398 tSCO_CONN* active_sco = btm_get_active_sco(); in btm_route_sco_data() local
399 if (active_sco == nullptr) { in btm_route_sco_data()
403 if (active_sco->hci_handle != handle) { in btm_route_sco_data()
405 handle, active_sco->hci_handle); in btm_route_sco_data()
409 const auto codec_type = active_sco->get_codec_type(); in btm_route_sco_data()
550 auto* active_sco = btm_get_active_sco(); in btm_send_sco_packet() local
551 if (active_sco == nullptr || data.empty()) { in btm_send_sco_packet()
557 uint16_t handle_with_flags = active_sco->hci_handle; in btm_send_sco_packet()
1790 tSCO_CONN* active_sco = btm_get_active_sco(); in BTM_GetScoDebugDump() local
1793 debug_dump.is_active = active_sco != nullptr; in BTM_GetScoDebugDump()
[all …]