Home
last modified time | relevance | path

Searched refs:LE_DYNAMIC_PSM_END (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_int.h162 #define LE_DYNAMIC_PSM_END 0x00FF macro
163 #define LE_DYNAMIC_PSM_RANGE (LE_DYNAMIC_PSM_END - LE_DYNAMIC_PSM_START + 1)
Dl2c_api.cc220 if (psm > LE_DYNAMIC_PSM_END) { in L2CA_AllocateLePSM()
255 if ((psm < LE_DYNAMIC_PSM_START) || (psm > LE_DYNAMIC_PSM_END)) { in L2CA_FreeLePSM()