external_zblue/samples/bluetooth
zhongzhijie1 e17bbfb1e5 zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision
bug: v/82081

Framework exports ble_scan_type_t with BT_LE_SCAN_TYPE_PASSIVE/ACTIVE.
Zephyr bluetooth.h defined the same enumerators, causing redeclaration errors
when both headers are included.

Rename Zephyr scan type enumerators to Z_BT_LE_SCAN_TYPE_{PASSIVE,ACTIVE}
and update all internal references.

Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com>
2026-04-27 23:13:39 +08:00
..
bap_broadcast_assistant Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
bap_broadcast_sink Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
bap_broadcast_source Bluetooth: Host: Add conversion macros from ms to various units 2026-04-20 17:57:16 +08:00
bap_unicast_client Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
bap_unicast_server Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
beacon boards: nordic: Remove nRF54L15 PDK 2026-04-20 17:51:15 +08:00
broadcaster doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
broadcaster_multiple samples: Bluetooth: broadcaster_multiple: Refactor for reuse 2026-04-20 17:54:26 +08:00
bthome_sensor_template doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
cap_acceptor Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
cap_initiator Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
ccp_call_control_server/boards Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
central port: Upgrade zblue 3.0 2026-04-20 17:58:46 +08:00
central_gatt_write doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
central_hr zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
central_ht zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
central_multilink zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
central_otc zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
central_past Bluetooth: Host: Add conversion macros from ms to various units 2026-04-20 17:57:16 +08:00
channel_sounding bluetooth: samples: Add samples showing basic channel sounding features 2026-04-20 17:57:26 +08:00
direct_adv Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
direction_finding_central zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
direction_finding_connectionless_rx zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
direction_finding_connectionless_tx samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE 2026-04-20 17:52:40 +08:00
direction_finding_peripheral samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE 2026-04-20 17:52:40 +08:00
eddystone Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
encrypted_advertising Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
extended_adv samples: Bluetooth: ext_adv_scanner: Fix bad use of adv_type 2026-04-20 17:45:40 +08:00
handsfree zblue port: fix hfp hf name conflict 2026-04-20 18:01:04 +08:00
handsfree_ag zblue port: fix hfp ag name conflict 2026-04-20 18:01:03 +08:00
hap_ha Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
hci_ipc samples: Bluetooth: hci_uart hci_ipc configuration update 2026-04-20 17:54:27 +08:00
hci_pwr_ctrl Bluetooth: Host: Add conversion macros from ms to various units 2026-04-20 17:57:16 +08:00
hci_spi Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
hci_uart Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
hci_uart_3wire Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
hci_uart_async Bluetooth: Host: Deprecate `BT_BUF_ACL_RX_COUNT` symbol 2026-04-20 18:01:00 +08:00
hci_usb doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
hci_usb_h4 doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
hci_vs_scan_req doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
ibeacon doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
iso_broadcast samples: Bluetooth: iso_broadcast: Fix buf alloc timeout 2026-04-20 17:54:26 +08:00
iso_broadcast_benchmark samples: Bluetooth: Audio: Avoid uisng K_FOREVER in syswq 2026-04-20 17:47:10 +08:00
iso_central samples: sample.yaml: replace deprecated OVERLAY_CONFIG w\ EXTRA_CONF_FILE 2026-04-20 17:52:40 +08:00
iso_connected_benchmark Bluetooth: Audio: Update SCAN_DELEGATOR dependency to GATT_DYNAMIC_DB 2026-04-20 17:52:23 +08:00
iso_peripheral Bluetooth: Audio: Update SCAN_DELEGATOR dependency to GATT_DYNAMIC_DB 2026-04-20 17:52:23 +08:00
iso_receive zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
mesh bt: crypto/host: remove CONFIG_BT_USE_PSA_API symbol 2026-04-27 23:13:38 +08:00
mesh_demo bt: crypto/host: remove CONFIG_BT_USE_PSA_API symbol 2026-04-27 23:13:38 +08:00
mesh_provisioner bt: crypto/host: remove CONFIG_BT_USE_PSA_API symbol 2026-04-27 23:13:38 +08:00
mesh_test add native nsh support 2026-04-20 17:58:52 +08:00
mtu_update Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
observer zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
pbp_public_broadcast_sink Bluetooth: Host: Add conversion macros from ms to various units 2026-04-20 17:57:16 +08:00
pbp_public_broadcast_source samples: Bluetooth: PBP: Source: Fix advertising data 2026-04-20 17:57:21 +08:00
periodic_adv doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
periodic_adv_conn doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
periodic_adv_rsp samples: bluetooth: Fix PAwR null dereference on disconnection 2026-04-20 17:45:59 +08:00
periodic_sync Bluetooth: Host: Add conversion macros from ms to various units 2026-04-20 17:57:16 +08:00
periodic_sync_conn doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00
periodic_sync_rsp Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral port: Upgrade zblue 3.0 2026-04-20 17:58:46 +08:00
peripheral_accept_list Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_csc Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_dis Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_esp bt: use PSA for HCI ECC and rename BT_TINYCRYPT_ECC 2026-04-20 18:01:06 +08:00
peripheral_gatt_write Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_hids Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_hr Bluetooth: Host: Deprecate `BT_BUF_ACL_RX_COUNT` symbol 2026-04-20 18:01:00 +08:00
peripheral_ht samples: bluetooth: Set NXP CI checks as build-only 2026-04-20 17:51:12 +08:00
peripheral_identity zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
peripheral_nus Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_ots Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_past Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
peripheral_sc_only Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
scan_adv zblue: rename scan type enums to avoid BT_LE_SCAN_TYPE_* collision 2026-04-27 23:13:39 +08:00
st_ble_sensor Bluetooth: Deprecate adv auto-resume 2026-04-20 17:48:10 +08:00
tmap_bmr Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
tmap_bms Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
tmap_central Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
tmap_peripheral Bluetooth: Host: Remove HCI ECC emulation 2026-04-20 18:01:06 +08:00
bluetooth.rst doc: samples: Adopt code-sample-category across tree 2026-04-20 17:44:55 +08:00