Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c141 static void l2cap_disconnected(struct bt_l2cap_chan *chan) in l2cap_disconnected() function
163 .disconnected = l2cap_disconnected,
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c232 static void l2cap_disconnected(struct bt_l2cap_chan *chan) in l2cap_disconnected() function
248 .disconnected = l2cap_disconnected,
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c148 static void l2cap_disconnected(struct bt_l2cap_chan *chan) in l2cap_disconnected() function
169 .disconnected = l2cap_disconnected,
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c2782 static void l2cap_disconnected(struct bt_l2cap_chan *chan) in l2cap_disconnected() function
2802 .disconnected = l2cap_disconnected, in l2cap_accept()