Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bluetooth/hccontrol/
HDnode.c342 fprintf(stdout, "Link Policy Settings mask: %#04x\n", r.policy_mask); in hci_read_node_link_policy_settings_mask()
361 r.policy_mask = (m & 0xffff); in hci_write_node_link_policy_settings_mask()
/freebsd-14-stable/sys/netgraph/bluetooth/include/
HDng_btsocket.h163 ng_hci_node_link_policy_mask_ep policy_mask; member
/freebsd-14-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1288 &p->policy_mask, sizeof(p->policy_mask)); in ng_btsocket_hci_raw_control()
1299 &p->policy_mask, in ng_btsocket_hci_raw_control()
1300 sizeof(p->policy_mask)); in ng_btsocket_hci_raw_control()
/freebsd-14-stable/lib/libbluetooth/
HDhci.c667 di->link_policy_info = rp.r5.policy_mask; in bt_devinfo()