Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c76 #define l2cap_lookup_ident(conn, ident) __l2cap_lookup_ident(conn, ident, false)
77 #define l2cap_remove_ident(conn, ident) __l2cap_lookup_ident(conn, ident, true)
140 __l2cap_lookup_ident(struct bt_conn *conn, uint16_t ident, bool remove) in __l2cap_lookup_ident() function