Searched refs:GATT_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 959 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1021 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1026 GATT_ERROR_NONE, 0, kTestValueTooLarge)); in TEST_F() 1037 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1042 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1047 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1057 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1062 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1083 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 1156 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() [all …]
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 350 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnCharacteristicReadRequest() 380 bluetooth::GATTError error = bluetooth::GATT_ERROR_NONE; in OnDescriptorReadRequest() 428 bluetooth::GATT_ERROR_NONE, offset, dummy); in OnCharacteristicWriteRequest() 477 bluetooth::GATT_ERROR_NONE, offset, dummy); in OnDescriptorWriteRequest()
|
/system/bt/service/common/bluetooth/ |
D | low_energy_constants.h | 35 GATT_ERROR_NONE = 0, enumerator
|
/system/bt/service/ |
D | gatt_server.cpp | 815 GATT_ERROR_NONE : static_cast<GATTError>(status)); in IndicationSentCallback()
|