enumeration for disconnect reason

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

cross mob
EtSt_4101021
Level 1
Level 1

Hi,

I'm trying to find the list of possible enumerations for the 'reason' argument in this method defined in wiced_bt_dev.h:

typedef void (wiced_bt_connection_status_change_cback_t) (wiced_bt_device_address_t bd_addr, uint8_t *p_features, wiced_bool_t is_connected, uint16_t handle, wiced_bt_transport_t transport, uint8_t reason);

can someone help?

Thanks,

Ethan

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Please refer to the core spec in vol2 partD for the error code list: https://www.bluetooth.com/specifications/bluetooth-core-specification/

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Please refer to the core spec in vol2 partD for the error code list: https://www.bluetooth.com/specifications/bluetooth-core-specification/

0 Likes