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

Bluetooth: framework/include/bt_gattc.h #24

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

liuX10
Copy link
Contributor

@liuX10 liuX10 commented Jan 3, 2025

bug: v/46654

bug: v/46654

Signed-off-by: liuxiang18 <[email protected]>
@liuX10 liuX10 requested a review from hyson710 as a code owner January 3, 2025 03:03
@hyson710 hyson710 added the documentation Improvements or additions to documentation label Jan 3, 2025
*/

/**
* @brief create a gatt client.

Choose a reason for hiding this comment

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

The brief change to Establishes a GATT client connection to a remote Bluetooth device. is better.

bt_status_t BTSYMBOLS(bt_gattc_create_connect)(bt_instance_t* ins, gattc_handle_t* phandle, gattc_callbacks_t* callbacks);

/**
* @brief delete a gatt client.

Choose a reason for hiding this comment

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

The brief change to Deletes an established GATT client connection. is better.

@hyson710 hyson710 merged commit ee90fdd into open-vela:dev Jan 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants