Searched refs:GATT_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance
/system/bt/service/test/ |
D | gatt_server_unittest.cc | 397 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/ |
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()
|
/system/bt/service/common/bluetooth/ |
D | low_energy_constants.h | 35 GATT_ERROR_NONE = 0, enumerator
|
/system/bt/service/ |
D | gatt_server.cc | 536 ? GATT_ERROR_NONE in IndicationSentCallback()
|