Searched defs:con_handle (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 422 u_int16_t con_handle; /* connection handle + PB + BC flags */ member 431 u_int16_t con_handle; /* connection handle + reserved bits */ member 479 u_int16_t con_handle; /* connection handle */ member 488 u_int16_t con_handle; /* con_handle */ member 513 u_int16_t con_handle; /* connection handle */ member 519 u_int16_t con_handle; /* connection handle */ member 532 u_int16_t con_handle; /* connection handle */ member 538 u_int16_t con_handle; /* connection handle */ member 543 uint16_t con_handle; member 654 u_int16_t con_handle; /* connection handle */ member [all …]
|
H A D | ng_btsocket_sco.h | 75 u_int16_t con_handle; /* connection handle */ member
|
H A D | ng_l2cap.h | 673 u_int16_t con_handle; /* connection handle */ member
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_llpi.c | 350 ng_l2cap_lp_qos_req(ng_l2cap_p l2cap, u_int16_t con_handle, in ng_l2cap_lp_qos_req() 664 u_int16_t con_handle, length, pb; in ng_l2cap_lp_receive() local 873 ng_l2cap_process_lp_timeout(node_p node, hook_p hook, void *arg1, int con_handle) in ng_l2cap_process_lp_timeout() 916 ng_l2cap_process_discon_timeout(node_p node, hook_p hook, void *arg1, int con_handle) in ng_l2cap_process_discon_timeout()
|
H A D | ng_l2cap_cmds.c | 345 u_int16_t con_handle = (arg2 & 0x0ffff); in ng_l2cap_process_command_timeout() local
|
H A D | ng_l2cap_misc.c | 317 ng_l2cap_con_by_handle(ng_l2cap_p l2cap, u_int16_t con_handle) in ng_l2cap_con_by_handle() 405 u_int16_t con_handle) in ng_l2cap_chan_by_conhandle()
|
H A D | ng_l2cap_var.h | 118 u_int16_t con_handle; /* ACL connection handle */ member
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_main.c | 794 u_int16_t con_handle; in ng_hci_acl_rcvdata() local 911 u_int16_t con_handle; in ng_hci_sco_rcvdata() local
|
H A D | ng_hci_misc.c | 334 ng_hci_con_by_handle(ng_hci_unit_p unit, int con_handle) in ng_hci_con_by_handle()
|
H A D | ng_hci_ulpi.c | 1368 ng_hci_process_con_timeout(node_p node, hook_p hook, void *arg1, int con_handle) in ng_hci_process_con_timeout()
|
H A D | ng_hci_var.h | 182 u_int16_t con_handle; /* con. handle */ member
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_sco.c | 702 u_int16_t con_handle; in ng_btsocket_sco_data_input() local 1840 ng_btsocket_sco_pcb_by_handle(bdaddr_p src, int con_handle) in ng_btsocket_sco_pcb_by_handle()
|