Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c376 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 Dng_l2cap_llpi.c907 ng_l2cap_con_fail(con, NG_L2CAP_TIMEOUT); in ng_l2cap_process_lp_timeout()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h115 #define NG_L2CAP_TIMEOUT 0xeeee macro