Home
last modified time | relevance | path

Searched refs:GATT_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/test/
Dgatt_server_unittest.cc397 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
452 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
456 kTestAddress0, kReqId0, GATT_ERROR_NONE, 0, kTestValueTooLarge)); in TEST_F()
466 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
470 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
474 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
483 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
487 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
507 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
567 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
[all …]
/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()
408 bluetooth::GATT_ERROR_NONE, offset, dummy, &status); in OnCharacteristicWriteRequest()
459 bluetooth::GATT_ERROR_NONE, offset, dummy, &status); in OnDescriptorWriteRequest()
/system/bt/service/common/bluetooth/
Dlow_energy_constants.h35 GATT_ERROR_NONE = 0, enumerator
/system/bt/service/
Dgatt_server.cc536 ? GATT_ERROR_NONE in IndicationSentCallback()