Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h127 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2cap_client.c145 assert(!L2C_INVALID_PSM(psm)); in l2cap_client_connect()
Dl2c_api.c75 if (L2C_INVALID_PSM(psm)) { in L2CA_Register()