Home
last modified time | relevance | path

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

/linux-3.4.99/net/bluetooth/
Dmgmt.c1173 struct hci_cp_write_le_host_supported hci_cp; in set_le() local
1221 memset(&hci_cp, 0, sizeof(hci_cp)); in set_le()
1224 hci_cp.le = val; in set_le()
1225 hci_cp.simul = !!(hdev->features[6] & LMP_SIMUL_LE_BR); in set_le()
1228 err = hci_send_cmd(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED, sizeof(hci_cp), in set_le()
1229 &hci_cp); in set_le()