Searched refs:L2C_INVALID_PSM (Results 1 – 3 of 3) sorted by relevance
127 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) macro
145 assert(!L2C_INVALID_PSM(psm)); in l2cap_client_connect()
75 if (L2C_INVALID_PSM(psm)) { in L2CA_Register()