Searched refs:psm_he (Results 1 – 1 of 1) sorted by relevance
452 const uint16_t psm_he = btohs(psm); in print_bluetooth_l2_psm() local453 const char *psm_name = xlookup(bluetooth_l2_psm, psm_he); in print_bluetooth_l2_psm()454 const bool psm_str = psm_name || (psm_he >= L2CAP_PSM_LE_DYN_START in print_bluetooth_l2_psm()455 && psm_he <= L2CAP_PSM_LE_DYN_END) in print_bluetooth_l2_psm()456 || (psm_he >= L2CAP_PSM_DYN_START); in print_bluetooth_l2_psm()461 tprintf("%#x", psm_he); in print_bluetooth_l2_psm()471 } else if (psm_he >= L2CAP_PSM_LE_DYN_START in print_bluetooth_l2_psm()472 && psm_he <= L2CAP_PSM_LE_DYN_END) { in print_bluetooth_l2_psm()474 tprintf(" + %u", psm_he - L2CAP_PSM_LE_DYN_START); in print_bluetooth_l2_psm()475 } else if (psm_he >= L2CAP_PSM_DYN_START) { in print_bluetooth_l2_psm()[all …]