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.cc400 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
455 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
459 kTestAddress0, kReqId0, GATT_ERROR_NONE, 0, kTestValueTooLarge)); in TEST_F()
469 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
473 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
477 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
486 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
490 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
510 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F()
570 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.cc537 ? GATT_ERROR_NONE in IndicationSentCallback()