Searched refs:oob_info (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/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 | 226 sys_put_be16(prov->oob_info, prov_svc_data + 18); in gatt_prov_adv_create()
|
D | rpr_srv.c | 680 net_buf_simple_add_le16(&rsp, prov->oob_info); in handle_extended_scan_start()
|
/Zephyr-latest/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-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 360 struct bt_conn_oob_info *oob_info) in oob_data_request() argument 373 switch (oob_info->type) { in oob_data_request() 378 oob_config_str(oob_info->lesc.oob_config), in oob_data_request() 382 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY ? in oob_data_request() 387 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY ? in oob_data_request() 428 LOG_ERR("Unhandled OOB type %d", oob_info->type); in oob_data_request()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 691 bt_mesh_prov_oob_info_t oob_info, in print_unprovisioned_beacon() argument 699 uuid_hex_str, oob_info, in print_unprovisioned_beacon() 705 bt_mesh_prov_oob_info_t oob_info) in pb_gatt_unprovisioned() argument 711 shell_print_ctx("PB-GATT UUID %s, OOB Info 0x%04x", uuid_hex_str, oob_info); in pb_gatt_unprovisioned()
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/ |
D | main.c | 239 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4064 struct bt_conn_oob_info *oob_info) in auth_pairing_oob_data_request() argument 4076 if (oob_info->type == BT_CONN_OOB_LE_SC) { in auth_pairing_oob_data_request() 4078 oob_info->lesc.oob_config != BT_CONN_OOB_REMOTE_ONLY in auth_pairing_oob_data_request() 4082 oob_info->lesc.oob_config != BT_CONN_OOB_LOCAL_ONLY in auth_pairing_oob_data_request() 4106 oob_config_str(oob_info->lesc.oob_config), addr); in auth_pairing_oob_data_request()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 101 static void unprovisioned_beacon(uint8_t uuid[16], bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|
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 | 261 bt_mesh_prov_oob_info_t oob_info, in unprovisioned_beacon() argument
|