Home
last modified time | relevance | path

Searched refs:bt_le_scan_cb (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c84 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.h112 extern struct bt_le_scan_cb common_scan_cb;
Dtmap_client_test.c117 static struct bt_le_scan_cb scan_callbacks = {
Dcommon.c81 struct bt_le_scan_cb common_scan_cb = {
Dpbp_public_broadcast_sink_test.c75 static struct bt_le_scan_cb broadcast_scan_cb = {
Dcsip_set_coordinator_test.c234 static struct bt_le_scan_cb csip_set_coordinator_scan_callbacks = {
/Zephyr-latest/samples/bluetooth/extended_adv/scanner/src/
Dmain.c91 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/host/adv/chain/src/
Dmain.c138 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_scanner.c116 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h2259 struct bt_le_scan_cb { struct
2431 int bt_le_scan_cb_register(struct bt_le_scan_cb *cb);
2440 void bt_le_scan_cb_unregister(struct bt_le_scan_cb *cb);
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c179 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_central.c206 static struct bt_le_scan_cb scan_cb = {
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dmain.c222 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c126 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c150 static struct bt_le_scan_cb bap_scan_cb = { in init()
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c137 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_proxy_sol.c98 static struct bt_le_scan_cb scan_cb = {
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c106 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/samples/bluetooth/tmap_bmr/src/
Dbap_broadcast_sink.c52 static struct bt_le_scan_cb broadcast_scan_cb = {
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c343 static struct bt_le_scan_cb scan_cb = {
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_sink/src/
Dmain.c62 static struct bt_le_scan_cb broadcast_scan_cb = {
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c77 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c116 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c128 static struct bt_le_scan_cb scan_callbacks = {
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c624 struct bt_le_scan_cb *listener, *next; in le_adv_recv()
680 struct bt_le_scan_cb *listener, *next; in bt_hci_le_scan_timeout()
1793 int bt_le_scan_cb_register(struct bt_le_scan_cb *cb) in bt_le_scan_cb_register()
1804 void bt_le_scan_cb_unregister(struct bt_le_scan_cb *cb) in bt_le_scan_cb_unregister()

12