Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h132 unsigned int le_num_peripheral; member
981 h->le_num_peripheral++; in hci_conn_hash_add()
1007 h->le_num_peripheral--; in hci_conn_hash_del()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c991 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed()
1007 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
H A Dhci_event.c5922 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()