What bluetooth classic profiles are supported in the WICED 3.5.2 SDK?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

We are using the AVNET IoT development board with the BCM4343W, are any of these protocols supported by the WICED 3.5.2 SDK?

PAN/BNEP

PPP/RFCOMM

DUN

0 Likes
1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

As per README.txt in the SDK we support these

* Bluetooth Dual-mode stack support - classic BR/EDR and BLE modes

  - Also available BLE-only stack library with reduced memory footprint

* Generic Attribute (GATT) profile

  - Sample BLE applications - Hello sensor and Proximity reporter

* A2DP v1.2 (Advanced Audio Distribution Profile)

  - A2DP Sink Functionality

  - SBC Decoder

* AVRCP (Audio/Video Remote Control Profile)

  - AVRCP Controller v1.3

  - AVRCP Target v1.5 (Absolute Volume)

* Man-Machine-Interface via buttons

  - AVRCP play/pause/Skip-forward/Skip-backward

  - A2DP Volume Up/Down

* SDAP (Service Discovery Application Profile)

* GAP (Generic Access Profile)

We will have RFCOMM support in future. Unfortunately we do not have the profiles you are looking for presently.

Also to add AVNET IoT development board with the BCM4343W is BLE only,I doubt it support classic BT.

kausik

View solution in original post

2 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

As per README.txt in the SDK we support these

* Bluetooth Dual-mode stack support - classic BR/EDR and BLE modes

  - Also available BLE-only stack library with reduced memory footprint

* Generic Attribute (GATT) profile

  - Sample BLE applications - Hello sensor and Proximity reporter

* A2DP v1.2 (Advanced Audio Distribution Profile)

  - A2DP Sink Functionality

  - SBC Decoder

* AVRCP (Audio/Video Remote Control Profile)

  - AVRCP Controller v1.3

  - AVRCP Target v1.5 (Absolute Volume)

* Man-Machine-Interface via buttons

  - AVRCP play/pause/Skip-forward/Skip-backward

  - A2DP Volume Up/Down

* SDAP (Service Discovery Application Profile)

* GAP (Generic Access Profile)

We will have RFCOMM support in future. Unfortunately we do not have the profiles you are looking for presently.

Also to add AVNET IoT development board with the BCM4343W is BLE only,I doubt it support classic BT.

kausik

As per datasheet 4343W does support Classic BT, best example to verify is bt_dualmode_server under snip->bluetoooth

In this RFCOMM is already supported as of SDK 3.5.2