Searched refs:hci_conn_num (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.h | 77 #define SCO_NUM hci_conn_num(hdev, SCO_LINK)
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 4290 if (hci_conn_num(hdev, type) == num) in hci_low_sent() 4393 if (hci_conn_num(hdev, type) == conn_num) in hci_chan_sent() 4469 if (hci_conn_num(hdev, type) == num) in hci_prio_recalculate() 4515 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco() 4538 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco() 4655 if (!hci_conn_num(hdev, ACL_LINK) && hdev->dev_type == HCI_PRIMARY) in hci_sched_acl() 4659 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl() 4681 if (!hci_conn_num(hdev, LE_LINK)) in hci_sched_le()
|
| H A D | hci_request.c | 1407 if (hci_conn_num(hdev, LE_LINK) == 0) in is_advertising_allowed() 1425 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
|
| H A D | mgmt.c | 5196 hci_conn_num(hdev, LE_LINK) > 0 || in set_advertising()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btusb.c | 1594 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame() 1614 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify() 1615 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify() 2378 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 909 static inline unsigned int hci_conn_num(struct hci_dev *hdev, __u8 type) in hci_conn_num() function
|