Searched refs:GATTError (Results 1 – 6 of 6) sorted by relevance
34 enum GATTError { enum
126 using GattCallback = std::function<void(GATTError error)>;146 GATTError error, int offset,
107 GATTError error, int offset, in SendResponse()535 : static_cast<GATTError>(status)); in IndicationSentCallback()
125 static_cast<bluetooth::GATTError>(status), offset, value); in SendResponse()146 auto callback = [=](bluetooth::GATTError error) { in SendNotification()
323 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnCharacteristicReadRequest()357 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnDescriptorReadRequest()
630 GATTError gatt_error; in TEST_F()632 auto callback = [&](GATTError in_error) { in TEST_F()