Searched refs:wr_char (Results 1 – 1 of 1) sorted by relevance
162 struct gattc_write_cmd *wr_char = KE_MSG_ALLOC_DYN(GATTC_WRITE_CMD, in prf_gatt_write() local167 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