Searched refs:oob_info (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | pb_gatt_cli.c | 103 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()
|
D | beacon.c | 349 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()
|
D | pb_gatt_srv.c | 231 sys_put_be16(prov->oob_info, prov_svc_data + 18); in gatt_prov_adv_create()
|
D | rpr_srv.c | 679 net_buf_simple_add_le16(&rsp, prov->oob_info); in handle_extended_scan_start()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | main.h | 127 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/ |
D | btp_gap.c | 344 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/ |
D | shell.c | 694 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/ |
D | main.c | 239 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|
/Zephyr-Core-3.6.0/subsys/bluetooth/shell/ |
D | bt.c | 3605 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/ |
D | test_persistence.c | 304 static void unprovisioned_beacon(uint8_t uuid[16], bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|
D | test_provision.c | 270 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|