Searched refs:L2C_INVALID_PSM (Results 1 – 4 of 4) sorted by relevance
137 if (L2C_INVALID_PSM(p_reg->ctrl_psm) || L2C_INVALID_PSM(p_reg->data_psm)) in MCA_Register()
125 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) macro
143 assert(!L2C_INVALID_PSM(psm)); in l2cap_client_connect()
80 if (L2C_INVALID_PSM(psm)) in L2CA_Register()