Searched refs:GATT_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/service/test/ |
H A D | gatt_server_unittest.cc | 398 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() 582 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 595 GATT_ERROR_NONE, 0, kTestValue)); in TEST_F() 690 EXPECT_EQ(GATT_ERROR_NONE, gatt_error); in TEST_F() [all …]
|
/aosp12/system/bt/service/example/heart_rate/ |
H A D | heart_rate_server.cc | 323 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()
|
/aosp12/system/bt/service/common/bluetooth/ |
H A D | low_energy_constants.h | 35 GATT_ERROR_NONE = 0, enumerator
|
/aosp12/system/bt/service/ |
H A D | gatt_server.cc | 534 ? GATT_ERROR_NONE in IndicationSentCallback()
|