Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_cli.c121 if (!bt_mesh_prov->unprovisioned_beacon_gatt) { in bt_mesh_pb_gatt_cli_adv_recv()
127 bt_mesh_prov->unprovisioned_beacon_gatt(uuid, oob_info); in bt_mesh_pb_gatt_cli_adv_recv()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h245 void (*unprovisioned_beacon_gatt)(uint8_t uuid[16], member
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c734 bt_mesh_shell_prov.unprovisioned_beacon_gatt = pb_gatt_unprovisioned; in cmd_beacon_listen()
738 bt_mesh_shell_prov.unprovisioned_beacon_gatt = NULL; in cmd_beacon_listen()