Searched refs:ble_param_pool (Results 1 – 1 of 1) sorted by relevance
56 } ble_param_pool = {0}; variable175 memset(&ble_param_pool, 0, sizeof(ble_param_pool)); in disconnected()1003 if (ble_param_pool.disc_params[0].func) { in ble_stack_gatt_discovery()1013 struct bt_gatt_discover_params *params = &ble_param_pool.disc_params[0]; in ble_stack_gatt_discovery()1018 u = (struct bt_uuid *)&ble_param_pool.uuid; in ble_stack_gatt_discovery()1110 if (ble_param_pool.write_params[i].func == NULL) { in ble_stack_gatt_write()1119 params = &ble_param_pool.write_params[i]; in ble_stack_gatt_write()1188 if (ble_param_pool.read_params[i].func == NULL) { in ble_stack_gatt_read()1197 struct bt_gatt_read_params *params = &ble_param_pool.read_params[i]; in ble_stack_gatt_read()1239 if (ble_param_pool.read_params[i].func == NULL) { in ble_stack_gatt_read_multiple()[all …]
Completed in 4 milliseconds