Searched full:provisioning (Results 1 – 17 of 17) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | main.h | 14 * @brief Bluetooth Mesh Provisioning 15 * @defgroup bt_mesh_prov Bluetooth Mesh Provisioning 58 /** Provisioning properties & capabilities. */ 127 /** @brief Provisioning link has been opened. 129 * This callback notifies the application that a provisioning 130 * link has been opened on the given provisioning bearer. 132 * @param bearer Provisioning bearer. 136 /** @brief Provisioning link has been closed. 138 * This callback notifies the application that a provisioning 139 * link has been closed on the given provisioning bearer. [all …]
|
H A D | access.h | 49 /* Unicast Address. Set at runtime during provisioning. */
|
H A D | glue.h | 104 #define BT_DATA_MESH_PROV 0x29 /* Mesh Provisioning PDU */
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 53 - Uses standard GATT service (one for Provisioning and one for Proxy) 55 Provisioning chapter 58 Provisioning is a process of adding an unprovisioned device to a mesh network managed by a Provisio… 59 provides the unprovisioned device with provisioning data that allows it to become a mesh node (netw… 92 - PB-GATT and PB-ADV provisioning
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 10 Prior to provisioning, an unprovisioned beacon is broadcast that contains 19 After provisioning, the button clients must 42 Prior to provisioning, each button controls its corresponding LED as one 45 Provisioning is done using the BlueZ meshctl utility. Below is an example that
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 32 Prior to provisioning, an unprovisioned beacon is broadcast that contains 49 After provisioning, the button clients must 63 Provisioning is done using the BlueZ meshctl utility. In this example, we'll use meshctl commands t…
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | prov.c | 130 u8_t prov_salt[16]; /* Provisioning Salt */ 266 BT_ERR("Out of provisioning buffers"); in adv_buf_create() 774 BT_ERR("Failed to send Provisioning Confirm"); in send_confirm() 991 BT_ERR("Failed to send Provisioning Random"); in prov_random() 998 BT_ERR("Failed to generate provisioning salt"); in prov_random() 1056 BT_ERR("Unable to decrypt provisioning data"); in prov_data() 1093 /* After PB-GATT provisioning we should start advertising in prov_data() 1302 BT_ERR("Unknown provisioning PDU type 0x%02x", type); in prov_msg_recv() 1403 BT_ERR("Ignoring zero-length provisioning PDU"); in gen_prov_start() 1409 BT_ERR("Too large provisioning PDU (%u bytes)", in gen_prov_start() [all …]
|
H A D | mesh.c | 142 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_prov_enable() 226 /* Make sure we're scanning for provisioning inviations */ in bt_mesh_init()
|
H A D | proxy.c | 44 * @brief Mesh Provisioning Service 59 * @brief Mesh Provisioning Data In 64 * @brief Mesh Provisioning Data Out 494 BT_INFO("Mesh Provisioning PDU"); in proxy_complete_pdu()
|
H A D | beacon.c | 234 /* Don't send anything if we have an active provisioning link */ in beacon_send()
|
H A D | shell.c | 453 printk("Provisioning link opened on %s\n", bearer2str(bearer)); in link_open() 458 printk("Provisioning link closed on %s\n", bearer2str(bearer)); in link_close() 1836 printk("Provisioning failed (err %d)\n", err); in cmd_provision()
|
H A D | net.c | 482 * doesn't apply straight after provisioning (since we can't know how in bt_mesh_net_create()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 14 * Prior to provisioning, a button inverts the state of the 22 * It's anticipated that after provisioning, the button clients would 422 BT_INFO("provisioning complete for net_idx 0x%04x addr 0x%04x", in prov_complete() 524 * prior to provisioning. Once provisioned, in button_pressed_worker() 527 * control its associated led after provisioning, the button in button_pressed_worker()
|
/nrf52832-nimble/ |
H A D | README.md | 15 - 支持 BLE Mesh(PB-GATT and PB-ADV provisioning, Relay support, GATT Proxy ....)
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 37 - PB-GATT 和 PB-ADV provisioning
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 22 Enable provisioning. It is automatically enabled whenever 376 Use this option to enable Provisioning debug logs for the
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 63 - PB-GATT and PB-ADV provisioning
|