Searched defs:bt_gatt_write_params (Results 1 – 1 of 1) sorted by relevance
1979 struct bt_gatt_write_params { struct1981 bt_gatt_write_func_t func;1983 uint16_t handle;1985 uint16_t offset;1987 const void *data;1989 uint16_t length;2013 int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params); argument