Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dpb_gatt_cli.c103 bt_mesh_prov_oob_info_t oob_info; in bt_mesh_pb_gatt_cli_adv_recv() local
125 oob_info = (bt_mesh_prov_oob_info_t)net_buf_simple_pull_le16(buf); 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()
Dbeacon.c349 uint16_t oob_info; in unprovisioned_beacon_send() local
366 oob_info = prov->oob_info | BT_MESH_PROV_OOB_URI; in unprovisioned_beacon_send()
368 oob_info = prov->oob_info; in unprovisioned_beacon_send()
371 net_buf_simple_add_be16(&adv->b, oob_info); in unprovisioned_beacon_send()
405 uint16_t oob_info; in unprovisioned_beacon_recv() local
421 oob_info = net_buf_simple_pull_be16(buf); in unprovisioned_beacon_recv()
431 (bt_mesh_prov_oob_info_t)oob_info, in unprovisioned_beacon_recv()
Dpb_gatt_srv.c231 sys_put_be16(prov->oob_info, prov_svc_data + 18); in gatt_prov_adv_create()
Drpr_srv.c679 net_buf_simple_add_le16(&rsp, prov->oob_info); in handle_extended_scan_start()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dmain.h127 bt_mesh_prov_oob_info_t oob_info; member
234 bt_mesh_prov_oob_info_t oob_info,
246 bt_mesh_prov_oob_info_t oob_info);
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_gap.c344 struct bt_conn_oob_info *oob_info) in oob_data_request() argument
357 switch (oob_info->type) { in oob_data_request()
362 oob_config_str(oob_info->lesc.oob_config), in oob_data_request()
366 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY ? in oob_data_request()
371 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY ? in oob_data_request()
412 LOG_ERR("Unhandled OOB type %d", oob_info->type); in oob_data_request()
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/shell/
Dshell.c694 bt_mesh_prov_oob_info_t oob_info, in print_unprovisioned_beacon() argument
702 uuid_hex_str, oob_info, in print_unprovisioned_beacon()
708 bt_mesh_prov_oob_info_t oob_info) in pb_gatt_unprovisioned() argument
714 shell_print_ctx("PB-GATT UUID %s, OOB Info 0x%04x", uuid_hex_str, oob_info); in pb_gatt_unprovisioned()
/Zephyr-Core-3.6.0/samples/bluetooth/mesh_provisioner/src/
Dmain.c239 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/
Dbt.c3605 struct bt_conn_oob_info *oob_info) in auth_pairing_oob_data_request() argument
3617 if (oob_info->type == BT_CONN_OOB_LE_SC) { in auth_pairing_oob_data_request()
3619 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY in auth_pairing_oob_data_request()
3623 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY in auth_pairing_oob_data_request()
3651 oob_config_str(oob_info->lesc.oob_config), addr); in auth_pairing_oob_data_request()
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c304 static void unprovisioned_beacon(uint8_t uuid[16], bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
Dtest_provision.c270 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument