Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h123 unsigned int le_num_slave; member
856 h->le_num_slave++; in hci_conn_hash_add()
882 h->le_num_slave--; in hci_conn_hash_del()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c1407 if (hdev->conn_hash.le_num_slave > 0) { in is_advertising_allowed()
1421 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
Dhci_event.c5380 if (hdev->conn_hash.le_num_slave > 0 && in check_pending_le_conn()