Searched refs:LE_DYNAMIC_PSM_END (Results 1 – 2 of 2) sorted by relevance
206 #define LE_DYNAMIC_PSM_END 0x00FF macro207 #define LE_DYNAMIC_PSM_RANGE (LE_DYNAMIC_PSM_END - LE_DYNAMIC_PSM_START + 1)
225 if (psm > LE_DYNAMIC_PSM_END) { in L2CA_AllocateLePSM()264 if ((psm < LE_DYNAMIC_PSM_START) || (psm > LE_DYNAMIC_PSM_END)) { in L2CA_FreeLePSM()