Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bluetooth/
Dhci_vhci.c103 if (dev_type != HCI_BREDR && dev_type != HCI_AMP) in __vhci_create_device()
319 vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR); in vhci_open_timeout()
Dbtsdio.c314 hdev->dev_type = HCI_BREDR; in btsdio_probe()
Dbtmrvl_main.c141 priv->btmrvl_dev.dev_type = HCI_BREDR; in btmrvl_process_event()
Dhci_ldisc.c616 hdev->dev_type = HCI_BREDR; in hci_uart_register_dev()
Dbtusb.c2886 hdev->dev_type = HCI_BREDR; in btusb_probe()
/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c130 case HCI_BREDR: in host_typetostr()
Dhci_core.c452 case HCI_BREDR: in hci_init1_req()
933 if (hdev->dev_type != HCI_BREDR) in __hci_init()
1332 if (hdev->dev_type != HCI_BREDR) { in hci_inquiry()
1437 hdev->dev_type == HCI_BREDR && in hci_dev_do_open()
1530 hdev->dev_type == HCI_BREDR) { in hci_dev_do_open()
1699 if (!auto_off && hdev->dev_type == HCI_BREDR) in hci_dev_do_close()
1937 if (hdev->dev_type != HCI_BREDR) { in hci_dev_cmd()
2167 (hdev->dev_type == HCI_BREDR && in hci_power_on()
3340 case HCI_BREDR: in hci_register_dev()
3398 if (hdev->dev_type == HCI_BREDR) { in hci_register_dev()
[all …]
Dmgmt.c360 if (d->dev_type == HCI_BREDR && in read_index_list()
385 if (d->dev_type == HCI_BREDR && in read_index_list()
420 if (d->dev_type == HCI_BREDR && in read_unconf_index_list()
445 if (d->dev_type == HCI_BREDR && in read_unconf_index_list()
480 if (d->dev_type == HCI_BREDR || d->dev_type == HCI_AMP) in read_ext_index_list()
504 if (d->dev_type == HCI_BREDR) { in read_ext_index_list()
7473 case HCI_BREDR: in mgmt_index_added()
7506 case HCI_BREDR: in mgmt_index_removed()
Dhci_sock.c646 if (hdev->dev_type != HCI_BREDR) in hci_sock_bound_ioctl()
Dhci_conn.c624 d->dev_type != HCI_BREDR) in hci_get_route()
Dhci_event.c3252 case HCI_BREDR: in __hci_conn_lookup_handle()
Dl2cap_core.c7464 if (!conn && hcon->hdev->dev_type != HCI_BREDR) in l2cap_recv_acldata()
/linux-4.4.14/include/net/bluetooth/
Dhci.h66 #define HCI_BREDR 0x00 macro