Home
last modified time | relevance | path

Searched refs:bluetooth_l2cap_ertx_timeout (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_bluetooth.h226 u_int32_t bluetooth_l2cap_ertx_timeout (void);
/f-stack/freebsd/netgraph/bluetooth/common/
H A Dng_bluetooth.c209 bluetooth_l2cap_ertx_timeout(void) in bluetooth_l2cap_ertx_timeout() function
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c591 ng_l2cap_command_timeout(cmd, bluetooth_l2cap_ertx_timeout()); in ng_l2cap_process_con_rsp()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2804 callout_reset(&pcb->timo, bluetooth_l2cap_ertx_timeout(), in ng_btsocket_l2cap_timeout()