Home
last modified time | relevance | path

Searched refs:wr_char (Results 1 – 1 of 1) sorted by relevance

/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_ble_driver/profile/
A Dprf_utils.c162 struct gattc_write_cmd *wr_char = KE_MSG_ALLOC_DYN(GATTC_WRITE_CMD, in prf_gatt_write() local
167 wr_char->offset = 0x0000; in prf_gatt_write()
169 wr_char->cursor = 0x0000; in prf_gatt_write()
171 wr_char->operation = operation; in prf_gatt_write()
173 wr_char->handle = handle; in prf_gatt_write()
175 wr_char->length = length; in prf_gatt_write()
177 wr_char->auto_execute = true; in prf_gatt_write()
179 memcpy(&wr_char->value[0], value, length); in prf_gatt_write()
182 ke_msg_send(wr_char); in prf_gatt_write()

Completed in 8 milliseconds