Searched refs:active_sco (Results 1 – 1 of 1) sorted by relevance
398 tSCO_CONN* active_sco = btm_get_active_sco(); in btm_route_sco_data() local399 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() local551 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() local1793 debug_dump.is_active = active_sco != nullptr; in BTM_GetScoDebugDump()[all …]