Searched refs:cid_he (Results 1 – 1 of 1) sorted by relevance
492 const uint16_t cid_he = btohs(cid); in print_bluetooth_l2_cid() local493 const char *cid_name = xlookup(bluetooth_l2_cid, cid_he); in print_bluetooth_l2_cid()494 const bool cid_str = cid_name || (cid_he >= L2CAP_CID_DYN_START); in print_bluetooth_l2_cid()499 tprintf("%#x", cid_he); in print_bluetooth_l2_cid()509 } else if (cid_he >= L2CAP_CID_DYN_START) { in print_bluetooth_l2_cid()511 tprintf(" + %u", cid_he - L2CAP_CID_DYN_START); in print_bluetooth_l2_cid()