Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A 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()
H A Dng_l2cap_evnt.c123 case NG_L2CAP_SIGNAL_CID: /* L2CAP command */ in ng_l2cap_receive()
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_l2cap.h74 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */ macro