Lines Matching refs:bt_status
104 if (!coex->under_5g && coex_dm->bt_status != COEX_BTSTATUS_NCON_IDLE) {
218 if (coex_dm->bt_status == COEX_BTSTATUS_INQ_PAGE ||
231 (coex_dm->bt_status == COEX_BTSTATUS_ACL_BUSY ||
232 coex_dm->bt_status == COEX_BTSTATUS_ACL_SCO_BUSY ||
233 coex_dm->bt_status == COEX_BTSTATUS_SCO_BUSY)) {
710 static const char *rtw_coex_get_bt_status_string(u8 bt_status)
712 switch (bt_status) {
800 coex_dm->bt_status = COEX_BTSTATUS_INQ_PAGE;
802 coex_dm->bt_status = COEX_BTSTATUS_NCON_IDLE;
805 coex_dm->bt_status = COEX_BTSTATUS_CON_IDLE;
809 coex_dm->bt_status = COEX_BTSTATUS_ACL_SCO_BUSY;
811 coex_dm->bt_status = COEX_BTSTATUS_SCO_BUSY;
813 coex_dm->bt_status = COEX_BTSTATUS_ACL_BUSY;
815 coex_dm->bt_status = COEX_BTSTATUS_MAX;
821 rtw_coex_get_bt_status_string(coex_dm->bt_status));
1722 coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE) {
1746 } else if (coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE) {
1763 coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE) {
2630 if ((coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE ||
2631 coex_dm->bt_status == COEX_BTSTATUS_CON_IDLE) &&
4016 coex_dm->bt_status == COEX_BTSTATUS_NCON_IDLE ? "non-conn" :
4017 coex_dm->bt_status == COEX_BTSTATUS_CON_IDLE ? "conn-idle" : "busy",