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.cc398 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
453 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
457 kTestAddress0, kReqId0, GATT_ERROR_NONE, 0, kTestValueTooLarge)); in TEST_F()
467 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
471 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
475 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
484 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
488 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
508 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
568 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.cc534 ? GATT_ERROR_NONE in IndicationSentCallback()