Search found 6 matches

by Nramanoodles
Fri Jul 03, 2020 2:35 pm
Forum: ESP-IDF
Topic: [Feature request] Bluetooth: Setting both Limited and General discovery at same time.
Replies: 2
Views: 2809

Re: [Feature request] Bluetooth: Setting both Limited and General discovery at same time.

So how do I set both? On most usb Bluetooth dongles we can write two IACs (usually limited and general IAC), but esp32 apparently only supports one IAC at a time: https://books.google.com/books?id=mUyiREePWHwC&pg=PT192&lpg=PT192&dq=Bluetooth+how+to+scan+both+limited+and+general&source=bl&ots=0BwDVcx...
by Nramanoodles
Thu Jul 02, 2020 7:45 pm
Forum: ESP-IDF
Topic: [Feature request] Bluetooth: Setting both Limited and General discovery at same time.
Replies: 2
Views: 2809

[Feature request] Bluetooth: Setting both Limited and General discovery at same time.

It says we can set the discoverable mode of our esp32 to limited or general, but what about both? esp_err_tesp_bt_gap_set_scan_mode(esp_bt_connection_mode_tc_mode, esp_bt_discovery_mode_td_mode) Looking into https://github.com/espressif/esp-idf/blob/7bce9ad686e6ef70add15c3eb8412c227b29c467/component...
by Nramanoodles
Sun May 24, 2020 4:52 pm
Forum: ESP-IDF
Topic: How to use Bluetooth's LMP power controls?
Replies: 0
Views: 1546

How to use Bluetooth's LMP power controls?

I'm not sure if this is possible on esp32, but Broadcom Bluetooth chips has this really neat feature of controlling the power of another Bluetooth device(if it supported the lmp's power commands) Nintendo has used lmp_incr_power_req to turn on their devices and lmp_decr_power_req to turn them off. Y...
by Nramanoodles
Sun Mar 22, 2020 2:19 am
Forum: ESP-IDF
Topic: How to use Esp32's Bluetooth Link Manager Protocol (LMP)
Replies: 2
Views: 4387

Re: How to use Esp32's Bluetooth Link Manager Protocol (LMP)

Do you have any examples for a simple LMP setup with HCI commands?
by Nramanoodles
Thu Mar 12, 2020 9:49 pm
Forum: ESP-IDF
Topic: How to use Esp32's Bluetooth Link Manager Protocol (LMP)
Replies: 2
Views: 4387

How to use Esp32's Bluetooth Link Manager Protocol (LMP)

Is there support to play around with the LMP protocol yet?
by Nramanoodles
Thu Mar 12, 2020 7:31 pm
Forum: ESP-IDF
Topic: Digger deeper into Esp32's Bluetooth Link Manager Protocol (LMP)
Replies: 0
Views: 2672

Digger deeper into Esp32's Bluetooth Link Manager Protocol (LMP)

Is it possible for us to look at the source code for the Link manager protocol, located here as a binary blob: https://github.com/espressif/esp-idf/tree/master/components/bt/controller? The reason being, I want to reverse engineer the Broadcom chip in the 2007 Nintendo Wii Console, so that I can cra...