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.h126 using GattCallback = std::function<void(GATTError error)>;
146 GATTError error, int offset,
Dgatt_server.cc107 GATTError error, int offset, in SendResponse()
535 : static_cast<GATTError>(status)); in IndicationSentCallback()
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cc125 static_cast<bluetooth::GATTError>(status), offset, value); in SendResponse()
146 auto callback = [=](bluetooth::GATTError error) { in SendNotification()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc323 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnCharacteristicReadRequest()
357 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnDescriptorReadRequest()
/system/bt/service/test/
Dgatt_server_unittest.cc630 GATTError gatt_error; in TEST_F()
632 auto callback = [&](GATTError in_error) { in TEST_F()