Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/mcap/
Dmca_api.c137 if (L2C_INVALID_PSM(p_reg->ctrl_psm) || L2C_INVALID_PSM(p_reg->data_psm)) in MCA_Register()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h123 #define L2C_INVALID_PSM(psm) (((psm) & 0x0101) != 0x0001) macro
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c74 if (L2C_INVALID_PSM(psm)) in L2CA_Register()