Searched refs:NG_L2CAP_SIGNAL_CID (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.c | 104 (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 D | ng_l2cap_evnt.c | 131 case NG_L2CAP_SIGNAL_CID: /* L2CAP command */ in ng_l2cap_receive()
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_l2cap.h | 76 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */ macro
|