Searched refs:write_params (Results 1 – 1 of 1) sorted by relevance
47 struct bt_gatt_write_params write_params[3]; member1109 …for (i = 0; i < sizeof(ble_param_pool.write_params) / (sizeof(struct bt_gatt_write_params)); i++) { in ble_stack_gatt_write()1110 if (ble_param_pool.write_params[i].func == NULL) { in ble_stack_gatt_write()1115 if (i == sizeof(ble_param_pool.write_params) / (sizeof(struct bt_gatt_write_params))) { in ble_stack_gatt_write()1119 params = &ble_param_pool.write_params[i]; in ble_stack_gatt_write()
Completed in 5 milliseconds