Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_vhci.c111 if (dev_type != HCI_BREDR && dev_type != HCI_AMP) in __vhci_create_device()
327 vhci_create_device(data, amp ? HCI_AMP : HCI_BREDR); in vhci_open_timeout()
Dbtsdio.c326 hdev->dev_type = HCI_BREDR; in btsdio_probe()
Dhci_ldisc.c497 hdev->dev_type = HCI_BREDR; in hci_uart_register_dev()
Dbtmrvl_main.c141 priv->btmrvl_dev.dev_type = HCI_BREDR; in btmrvl_process_event()
Dbtusb.c3140 hdev->dev_type = HCI_BREDR; in btusb_probe()
/linux-4.1.27/net/bluetooth/
Dhci_sysfs.c130 case HCI_BREDR: in host_typetostr()
Dhci_core.c393 case HCI_BREDR: in hci_init1_req()
873 if (hdev->dev_type != HCI_BREDR) in __hci_init()
1269 if (hdev->dev_type != HCI_BREDR) { in hci_inquiry()
1374 hdev->dev_type == HCI_BREDR && in hci_dev_do_open()
1451 hdev->dev_type == HCI_BREDR) { in hci_dev_do_open()
1608 if (hdev->dev_type == HCI_BREDR) in hci_dev_do_close()
1845 if (hdev->dev_type != HCI_BREDR) { in hci_dev_cmd()
2075 (hdev->dev_type == HCI_BREDR && in hci_power_on()
3111 case HCI_BREDR: in hci_register_dev()
3169 if (hdev->dev_type == HCI_BREDR) { in hci_register_dev()
[all …]
Dmgmt.c352 if (d->dev_type == HCI_BREDR && in read_index_list()
377 if (d->dev_type == HCI_BREDR && in read_index_list()
412 if (d->dev_type == HCI_BREDR && in read_unconf_index_list()
437 if (d->dev_type == HCI_BREDR && in read_unconf_index_list()
472 if (d->dev_type == HCI_BREDR || d->dev_type == HCI_AMP) in read_ext_index_list()
496 if (d->dev_type == HCI_BREDR) { in read_ext_index_list()
7249 case HCI_BREDR: in mgmt_index_added()
7282 case HCI_BREDR: in mgmt_index_removed()
Dhci_conn.c575 d->dev_type != HCI_BREDR) in hci_get_route()
Dhci_sock.c573 if (hdev->dev_type != HCI_BREDR) in hci_sock_bound_ioctl()
Dhci_event.c3271 case HCI_BREDR: in __hci_conn_lookup_handle()
Dl2cap_core.c7452 if (!conn && hcon->hdev->dev_type != HCI_BREDR) in l2cap_recv_acldata()
/linux-4.1.27/include/net/bluetooth/
Dhci.h63 #define HCI_BREDR 0x00 macro