Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ziyik
Copy link
Contributor

@ziyik ziyik commented Nov 25, 2025

No description provided.

@ziyik ziyik force-pushed the AILite_BLE_bond_fail branch 2 times, most recently from 0fb0632 to c6127be Compare December 2, 2025 10:52
@ziyik ziyik force-pushed the AILite_BLE_bond_fail branch from c6127be to 5c8a475 Compare December 4, 2025 12:21
@yeetee179
Copy link
Contributor

LGTM

typedef void (*ble_server_mtu_update_t)(ble_conn_handle con_handle, uint16_t mtu_size);
typedef void (*ble_server_passkey_display_t)(uint32_t passkey, ble_conn_handle conn_handle);
typedef void (*ble_server_passkey_display_t)(uint32_t passkey, ble_conn_handle con_handle);
typedef void (*ble_server_pair_bond_t)(ble_client_ctx *ctx, uint32_t pair_bond_result, ble_conn_handle con_handle);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
typedef void (*ble_server_pair_bond_t)(ble_client_ctx *ctx, uint32_t pair_bond_result, ble_conn_handle con_handle);
typedef void (*ble_server_pair_bond_t)(ble_conn_handle con_handle, uint32_t pair_bond_result);

It seems that ble_client_ctx has been incorrectly included.

-Add BLE pairing callback event (enum and struct)
-Add BLE pairing callback case handler
…k APIs

-Add BLE pair event callback APIs on bithe client and server side
-Add BLE pair callback API calling when pair result is retrun from BLE stack
-Sync function struct
-Clean up white space
-Standardize printf
-Clean up and add support >2 multi advs
-Modify adv set command, support more detail setting
-Add pair result callback event for client and server
@ziyik ziyik force-pushed the AILite_BLE_bond_fail branch from 5c8a475 to ca3f751 Compare December 22, 2025 11:21
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

Successfully merging this pull request may close these issues.

3 participants