Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c54 struct bt_gatt_read_params read_params[4]; member
1187 … for (i = 0; i < sizeof(ble_param_pool.read_params) / (sizeof(struct bt_gatt_read_params)); i++) { in ble_stack_gatt_read()
1188 if (ble_param_pool.read_params[i].func == NULL) { in ble_stack_gatt_read()
1193 if (i == sizeof(ble_param_pool.read_params) / (sizeof(struct bt_gatt_read_params))) { in ble_stack_gatt_read()
1197 struct bt_gatt_read_params *params = &ble_param_pool.read_params[i]; in ble_stack_gatt_read()
1238 … for (i = 0; i < sizeof(ble_param_pool.read_params) / (sizeof(struct bt_gatt_read_params)); i++) { in ble_stack_gatt_read_multiple()
1239 if (ble_param_pool.read_params[i].func == NULL) { in ble_stack_gatt_read_multiple()
1244 if (i == sizeof(ble_param_pool.read_params) / (sizeof(struct bt_gatt_read_params))) { in ble_stack_gatt_read_multiple()
1248 struct bt_gatt_read_params *params = &ble_param_pool.read_params[i]; in ble_stack_gatt_read_multiple()

Completed in 5 milliseconds