Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c2885 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame()
3364 if (hci_conn_num(hdev, type) == num) in hci_low_sent()
3450 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent()
3507 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate()
3547 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3570 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco()
3633 if (!hci_conn_num(hdev, ACL_LINK)) in hci_sched_acl()
3647 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
3693 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
H A Dhci_sync.c991 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed()
1011 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
H A Dmgmt.c6448 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c2127 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2154 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2155 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2601 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1019 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function