Home
last modified time | relevance | path

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

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