Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h133 unsigned int le_num_peripheral; member
1013 h->le_num_peripheral++; in hci_conn_hash_add()
1042 h->le_num_peripheral--; in hci_conn_hash_del()
/Linux-v6.6/net/bluetooth/
Dhci_sync.c816 if (hdev->conn_hash.le_num_peripheral > 0) { in is_advertising_allowed()
832 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_peripheral) { in is_advertising_allowed()
Dhci_event.c6188 if (hdev->conn_hash.le_num_peripheral > 0 && in check_pending_le_conn()