Searched refs:NG_L2CAP_SIGNAL_CID (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/netgraph/bluetooth/l2cap/ |
| D | ng_l2cap_cmds.c | 103 (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()
|
| D | ng_l2cap_evnt.c | 123 case NG_L2CAP_SIGNAL_CID: /* L2CAP command */ in ng_l2cap_receive()
|
| /freebsd-9-stable/sys/netgraph/bluetooth/include/ |
| D | ng_l2cap.h | 74 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */ macro
|