l2cap_tx           61 net/bluetooth/l2cap_core.c static void l2cap_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control,
l2cap_tx         1254 net/bluetooth/l2cap_core.c 		l2cap_tx(chan, NULL, NULL, L2CAP_EV_EXPLICIT_POLL);
l2cap_tx         1845 net/bluetooth/l2cap_core.c 	l2cap_tx(chan, NULL, NULL, L2CAP_EV_MONITOR_TO);
l2cap_tx         1866 net/bluetooth/l2cap_core.c 	l2cap_tx(chan, NULL, NULL, L2CAP_EV_RETRANS_TO);
l2cap_tx         2582 net/bluetooth/l2cap_core.c 			l2cap_tx(chan, NULL, &seg_queue, L2CAP_EV_DATA_REQUEST);
l2cap_tx         2883 net/bluetooth/l2cap_core.c 	l2cap_tx(chan, control, NULL, L2CAP_EV_RECV_REQSEQ_AND_FBIT);
l2cap_tx         2890 net/bluetooth/l2cap_core.c 	l2cap_tx(chan, control, NULL, L2CAP_EV_RECV_FBIT);
l2cap_tx         6003 net/bluetooth/l2cap_core.c 	l2cap_tx(chan, NULL, NULL, event);