Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c104 (void) ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
111 NG_L2CAP_SIGNAL_CID: in ng_l2cap_con_wakeup()
119 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
129 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
142 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
154 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
164 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
175 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
187 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
H A Dng_l2cap_evnt.c131 case NG_L2CAP_SIGNAL_CID: /* L2CAP command */ in ng_l2cap_receive()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h76 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */ macro