Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbt_types.h706 #define BRCM_RESERVED_PSM_END 0x5AFF macro
/system/bt/stack/l2cap/
Dl2c_api.cc186 if ((BRCM_RESERVED_PSM_START <= psm) && (psm <= BRCM_RESERVED_PSM_END)) in L2CA_AllocatePSM()