Searched refs:GATTError (Results 1 – 6 of 6) sorted by relevance
34 enum GATTError { enum
128 using GattCallback = std::function<void(GATTError error)>;175 GATTError error, int offset,
300 GATTError error, int offset, in SendResponse()815 GATT_ERROR_NONE : static_cast<GATTError>(status)); in IndicationSentCallback()
185 device_address, request_id, static_cast<bluetooth::GATTError>(status), in SendResponse()207 auto callback = [=](bluetooth::GATTError error) { in SendNotification()
350 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnCharacteristicReadRequest()380 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnDescriptorReadRequest()
1225 GATTError gatt_error; in TEST_F()1227 auto callback = [&](GATTError in_error) { in TEST_F()