Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbt_types.h468 #define BRCM_RESERVED_PSM_START 0x5AE1 macro
/external/libnfc-nci/src/include/
Dbt_types.h446 #define BRCM_RESERVED_PSM_START 0x5AE1 macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c188 if ((BRCM_RESERVED_PSM_START <= psm)&&(psm <= BRCM_RESERVED_PSM_END)) in L2CA_AllocatePSM()