Searched refs:scan_cbs (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/bluetooth/ccp_call_control_client/src/ |
D | main.c | 264 static struct bt_le_scan_cb scan_cbs = { in init_ccp_call_control_client() local 280 err = bt_le_scan_cb_register(&scan_cbs); in init_ccp_call_control_client()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | scan.c | 54 static sys_slist_t scan_cbs = SYS_SLIST_STATIC_INIT(&scan_cbs); variable 658 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&scan_cbs, listener, next, node) { in le_adv_recv() 700 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&scan_cbs, listener, next, node) { in bt_hci_le_scan_timeout() 1824 if (sys_slist_find(&scan_cbs, &cb->node, NULL)) { in bt_le_scan_cb_register() 1828 sys_slist_append(&scan_cbs, &cb->node); in bt_le_scan_cb_register() 1835 sys_slist_find_and_remove(&scan_cbs, &cb->node); in bt_le_scan_cb_unregister()
|