Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h127 unsigned int le_num_slave; member
874 h->le_num_slave++; in hci_conn_hash_add()
900 h->le_num_slave--; in hci_conn_hash_del()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c1411 if (hdev->conn_hash.le_num_slave > 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 Dhci_event.c5381 if (hdev->conn_hash.le_num_slave > 0 && in check_pending_le_conn()