Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_cmds.c103 (void) ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
109 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
120 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
133 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
145 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
155 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
166 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
178 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
Dng_l2cap_evnt.c123 case NG_L2CAP_SIGNAL_CID: /* L2CAP command */ in ng_l2cap_receive()
/freebsd-9-stable/sys/netgraph/bluetooth/include/
Dng_l2cap.h74 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */ macro