Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h449 #define BRCM_RESERVED_PSM_END 0x5AFF macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c176 if ((BRCM_RESERVED_PSM_START <= psm) && (psm <= BRCM_RESERVED_PSM_END)) { in L2CA_AllocatePSM()