Home
last modified time | relevance | path

Searched refs:NG_L2CAP_INFO_REQ (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c186 case NG_L2CAP_INFO_REQ: in ng_l2cap_con_wakeup()
302 case NG_L2CAP_INFO_REQ: in ng_l2cap_con_fail()
396 case NG_L2CAP_INFO_REQ: in ng_l2cap_process_command_timeout()
H A Dng_l2cap_cmds.h382 c->hdr.code = NG_L2CAP_INFO_REQ; \
H A Dng_l2cap_evnt.c248 case NG_L2CAP_INFO_REQ: in ng_l2cap_process_signal_cmd()
428 case NG_L2CAP_INFO_REQ: in ng_l2cap_process_cmd_rej()
H A Dng_l2cap_ulpi.c1646 NG_L2CAP_INFO_REQ, msg->header.token); in ng_l2cap_l2ca_get_info_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h286 #define NG_L2CAP_INFO_REQ 0x0a macro