Home
last modified time | relevance | path

Searched refs:oob_info (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dprovisioner_prov.h33 uint16_t oob_info; member
209 uint16_t oob_info, uint16_t unicast_addr);
251 uint16_t oob_info, bt_mesh_prov_bearer_t bearer, int8_t rssi);
Dbeacon.c212 uint16_t oob_info = 0U; in unprovisioned_beacon_send() local
228 oob_info = prov->oob_info | BLE_MESH_PROV_OOB_URI; in unprovisioned_beacon_send()
230 oob_info = prov->oob_info; in unprovisioned_beacon_send()
233 net_buf_add_be16(buf, oob_info); in unprovisioned_beacon_send()
Dprovisioner_main.h26 uint16_t oob_info; /* Node OOB information */ member
57 uint16_t oob_info, uint16_t unicast_addr,
Dprovisioner_prov.c129 uint16_t oob_info; /* oob info of this device */ member
286 uint16_t oob_info; member
452 link[i].oob_info = 0x0; in bt_mesh_provisioner_clear_link_info()
579 uint16_t oob_info, uint16_t assign_addr) argument
608 link[i].oob_info = oob_info;
640 uint16_t oob_info, uint16_t assign_addr) argument
674 link[i].oob_info = oob_info;
837 add_dev->oob_info, BLE_MESH_ADDR_UNASSIGNED))) {
843 if ((err = provisioner_start_prov_pb_gatt(add_dev->uuid, &add_addr, add_dev->oob_info,
855 uint16_t oob_info, uint16_t unicast_addr) argument
[all …]
Dsettings.c162 uint16_t oob_info; member
1100 node.oob_info = info.oob_info; in node_info_set()
2532 val.oob_info = node->oob_info; in bt_mesh_store_node_info()
Dprovisioner_main.c311 uint16_t oob_info, uint16_t unicast_addr, in bt_mesh_provisioner_provision() argument
333 node.oob_info = oob_info; in bt_mesh_provisioner_provision()
Dproxy_server.c1338 sys_put_be16(prov->oob_info, prov_svc_data + 18); in gatt_prov_adv_create()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_provisioning_api.h265 uint16_t oob_info, uint16_t unicast_addr);
297 uint16_t oob_info, esp_ble_mesh_prov_bearer_t bearer);
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_provisioning_api.c302 arg.provisioner_dev_add.add_dev.oob_info = add_dev->oob_info; in esp_ble_mesh_provisioner_add_unprov_dev()
315 uint16_t oob_info, uint16_t unicast_addr) in esp_ble_mesh_provisioner_prov_device_with_addr() argument
339 arg.provisioner_prov_dev_with_addr.oob_info = oob_info; in esp_ble_mesh_provisioner_prov_device_with_addr()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_main.h83 bt_mesh_prov_oob_info_t oob_info; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h571 esp_ble_mesh_prov_oob_info_t oob_info; member
710 uint16_t oob_info; /*!< Device OOB Info */ member
748 uint16_t oob_info; /*!< Node OOB information */ member
1038 uint16_t oob_info; /*!< OOB Info of the unprovisioned device */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h159 uint16_t oob_info; member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_prov.c697 … uint16_t oob_info, bt_mesh_prov_bearer_t bearer, in btc_ble_mesh_provisioner_recv_unprov_adv_pkt_cb() argument
713 mesh_param.provisioner_recv_unprov_adv_pkt.oob_info = oob_info; in btc_ble_mesh_provisioner_recv_unprov_adv_pkt_cb()
1955 add_dev.oob_info = arg->provisioner_dev_add.add_dev.oob_info; in btc_ble_mesh_prov_call_handler()
1969 … arg->provisioner_prov_dev_with_addr.bearer, arg->provisioner_prov_dev_with_addr.oob_info, in btc_ble_mesh_prov_call_handler()