Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c53 #define L2CAP_LE_PSM_DYN_START 0x0080 macro
56 (_psm >= L2CAP_LE_PSM_DYN_START && _psm <= L2CAP_LE_PSM_DYN_END)
1166 for (psm = L2CAP_LE_PSM_DYN_START; in bt_l2cap_server_register()