Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/common/
H A Dng_bluetooth.c205 bluetooth_l2cap_ertx_timeout(void) in bluetooth_l2cap_ertx_timeout() function
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_bluetooth.h223 u_int32_t bluetooth_l2cap_ertx_timeout (void);
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_evnt.c471 ng_l2cap_command_timeout(cmd, bluetooth_l2cap_ertx_timeout()); in ng_l2cap_process_con_rsp()
/dragonfly/sys/netgraph7/bluetooth/socket/
H A Dng_btsocket_l2cap.c2753 callout_reset(&pcb->timo, bluetooth_l2cap_ertx_timeout(), in ng_btsocket_l2cap_timeout()