Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h211 #define LE_DYNAMIC_PSM_RANGE (LE_DYNAMIC_PSM_END - LE_DYNAMIC_PSM_START + 1) macro
657 bool le_dyn_psm_assigned[LE_DYNAMIC_PSM_RANGE]; /* Table of assigned LE PSM */
Dl2c_api.cc257 if (count > LE_DYNAMIC_PSM_RANGE) { in L2CA_AllocateLePSM()