Skip to content

Commit cb97b3c

Browse files
committed
BLE - Document GattClientEventHandler::on_write_command_sent.
1 parent ca7be27 commit cb97b3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features/FEATURE_BLE/ble/pal/PalGattClient.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ struct GattClientEventHandler : StaticInterface<Impl, GattClientEventHandler> {
5353
impl()->on_att_mtu_change_(connection_handle, att_mtu_size);
5454
}
5555

56+
/**
57+
* Function invoked when a write command has been sent out of the stack
58+
* (either to the controller or over the air).
59+
*
60+
* @param connection_handle Connection targeted by the write command
61+
* @param attribute_handle Attribute written
62+
* @param status HCI status of the operation.
63+
*/
5664
void on_write_command_sent(
5765
ble::connection_handle_t connection_handle,
5866
ble::attribute_handle_t attribute_handle,

0 commit comments

Comments
 (0)