Home
last modified time | relevance | path

Searched refs:BT_LE_SCAN_USER_NONE (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dscan.h44 BT_LE_SCAN_USER_NONE, enumerator
Dscan.c498 if (flag == BT_LE_SCAN_USER_NONE) { in bt_le_scan_user_add()
522 if (flag == BT_LE_SCAN_USER_NONE) { in bt_le_scan_user_remove()
582 err = bt_le_scan_user_remove(BT_LE_SCAN_USER_NONE); in check_pending_conn()
Dhci_core.c1023 int err = bt_le_scan_user_remove(BT_LE_SCAN_USER_NONE); in hci_disconn_complete()
1496 err = bt_le_scan_user_remove(BT_LE_SCAN_USER_NONE); in bt_hci_le_enh_conn_complete()
1594 int err = bt_le_scan_user_remove(BT_LE_SCAN_USER_NONE); in enh_conn_complete_error_handle()
Dconn.c3776 int scan_check_err = bt_le_scan_user_add(BT_LE_SCAN_USER_NONE); in bt_conn_le_create()