Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h160 #define LE_DYNAMIC_PSM_RANGE (LE_DYNAMIC_PSM_END - LE_DYNAMIC_PSM_START + 1) macro
526 bool le_dyn_psm_assigned[LE_DYNAMIC_PSM_RANGE]; /* Table of assigned LE PSM */
Dl2c_api.cc212 if (count > LE_DYNAMIC_PSM_RANGE) { in L2CA_AllocateLePSM()