Home
last modified time | relevance | path

Searched refs:BLE_STATUS_SUCCESS (Results 1 – 16 of 16) sorted by relevance

/system/bt/service/doc/
DIBluetoothGattClientCallback.txt25 * |status| will contain BLE_STATUS_SUCCESS (0) if the client was successfully
64 * address |device_address|. |status| will contain BLE_STATUS_SUCCESS (0) if
71 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error
82 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error
92 * method was called on. |status| will contain BLE_STATUS_SUCCESS (0) on
99 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error
110 * will contain BLE_STATUS_SUCCESS (0) on success and an ATT protocol error
DIBluetoothLowEnergyCallback.txt24 * IBluetoothLowEnergy.registerClient. |status| will be BLE_STATUS_SUCCESS (0)
DIBluetoothGattServerCallback.txt25 * BLE_STATUS_SUCCESS) if the server was successfully registered. |server_if|
/system/bt/service/test/
Dgatt_server_unittest.cpp203 CHECK(status == BLE_STATUS_SUCCESS); in SetUp()
257 ASSERT_EQ(BLE_STATUS_SUCCESS, status); in SetUpTestService()
309 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
360 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
388 BLEStatus cb_status = BLE_STATUS_SUCCESS; in TEST_F()
460 EXPECT_EQ(BLE_STATUS_SUCCESS, cb_status); in TEST_F()
473 BLEStatus cb_status = BLE_STATUS_SUCCESS; in TEST_F()
496 EXPECT_NE(BLE_STATUS_SUCCESS, cb_status); in TEST_F()
513 EXPECT_NE(BLE_STATUS_SUCCESS, cb_status); in TEST_F()
533 EXPECT_NE(BLE_STATUS_SUCCESS, cb_status); in TEST_F()
[all …]
Dgatt_client_unittest.cpp101 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
152 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_client_unittest.cpp226 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestClient()
303 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
354 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
501 EXPECT_EQ(BLE_STATUS_SUCCESS, last_status); in TEST_F()
574 EXPECT_EQ(BLE_STATUS_SUCCESS, last_status); in TEST_F()
688 EXPECT_EQ(BLE_STATUS_SUCCESS, last_status); in TEST_F()
/system/bt/service/common/bluetooth/
Dlow_energy_constants.h26 BLE_STATUS_SUCCESS = 0, enumerator
/system/bt/service/ipc/binder/
Dbluetooth_gatt_client_binder_server.cpp79 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
Dinterface_with_instances_base.cpp122 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
Dbluetooth_low_energy_binder_server.cpp293 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
Dbluetooth_gatt_server_binder_server.cpp297 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp44 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()
218 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnServerRegistered()
310 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnServiceAdded()
/system/bt/service/
Dgatt_client.cpp98 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
Dlow_energy_client.cpp805 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in HandleDeferredAdvertiseData()
886 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
Dgatt_server.cpp824 if (status == BLE_STATUS_SUCCESS) { in NotifyEndCallbackAndClearData()
1013 result = BLE_STATUS_SUCCESS; in RegisterServerCallback()
/system/bt/service/client/
Dmain.cpp158 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()
210 PrintOpStatus("Advertising " + op, status == bluetooth::BLE_STATUS_SUCCESS); in OnMultiAdvertiseCallback()
227 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()