Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h55 struct bt_br_discovery_result { struct
101 struct bt_br_discovery_result *results, size_t count);
121 void (*recv)(const struct bt_br_discovery_result *result);
128 void (*timeout)(const struct bt_br_discovery_result *results,
/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c32 static struct bt_br_discovery_result scan_result[CONFIG_BT_HFP_AG_DISCOVER_RESULT_COUNT];
213 static void discovery_recv_cb(const struct bt_br_discovery_result *result) in discovery_recv_cb()
218 static void discovery_timeout_cb(const struct bt_br_discovery_result *results, size_t count) in discovery_timeout_cb()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c27 struct bt_br_discovery_result *discovery_results;
380 static struct bt_br_discovery_result *get_result_slot(const bt_addr_t *addr, int8_t rssi) in get_result_slot()
382 struct bt_br_discovery_result *result = NULL; in get_result_slot()
439 struct bt_br_discovery_result *result; in bt_hci_inquiry_result_with_rssi()
477 struct bt_br_discovery_result *result; in bt_hci_extended_inquiry_result()
510 struct bt_br_discovery_result *result; in bt_hci_remote_name_request_complete()
932 struct bt_br_discovery_result *results, size_t cnt) in bt_br_discovery_start()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c153 static struct bt_br_discovery_result br_discovery_results[5];
155 static void br_discovery_complete(const struct bt_br_discovery_result *results, in br_discovery_complete()