Searched refs:NG_L2CAP_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_cmds.c | 376 ng_l2cap_l2ca_con_rsp(cmd->ch, cmd->token, NG_L2CAP_TIMEOUT, 0); in ng_l2cap_process_command_timeout() 381 ng_l2cap_l2ca_cfg_rsp(cmd->ch, cmd->token, NG_L2CAP_TIMEOUT); in ng_l2cap_process_command_timeout() 385 ng_l2cap_l2ca_discon_rsp(cmd->ch, cmd->token, NG_L2CAP_TIMEOUT); in ng_l2cap_process_command_timeout() 392 NG_L2CAP_TIMEOUT, NULL); in ng_l2cap_process_command_timeout() 398 NG_L2CAP_TIMEOUT, NULL); in ng_l2cap_process_command_timeout()
|
H A D | ng_l2cap_llpi.c | 907 ng_l2cap_con_fail(con, NG_L2CAP_TIMEOUT); in ng_l2cap_process_lp_timeout()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_l2cap.h | 115 #define NG_L2CAP_TIMEOUT 0xeeee macro
|