Home
last modified time | relevance | path

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

/system/bt/service/common/bluetooth/
Dlow_energy_constants.h34 enum GATTError { enum
/system/bt/service/
Dgatt_server.h128 using GattCallback = std::function<void(GATTError error)>;
175 GATTError error, int offset,
Dgatt_server.cpp300 GATTError error, int offset, in SendResponse()
815 GATT_ERROR_NONE : static_cast<GATTError>(status)); in IndicationSentCallback()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp185 device_address, request_id, static_cast<bluetooth::GATTError>(status), in SendResponse()
207 auto callback = [=](bluetooth::GATTError error) { in SendNotification()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp350 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnCharacteristicReadRequest()
380 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnDescriptorReadRequest()
/system/bt/service/test/
Dgatt_server_unittest.cpp1225 GATTError gatt_error; in TEST_F()
1227 auto callback = [&](GATTError in_error) { in TEST_F()