Home
last modified time | relevance | path

Searched refs:BLE_STATUS_SUCCESS (Results 1 – 22 of 22) 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_client_unittest.cc87 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
138 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_client_unittest.cc142 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestClient()
177 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
228 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_scanner_unittest.cc172 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestScanner()
206 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
247 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_advertiser_unittest.cc134 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestAdvertiser()
209 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
255 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
333 EXPECT_EQ(BLE_STATUS_SUCCESS, last_status); in TEST_F()
398 EXPECT_EQ(BLE_STATUS_SUCCESS, last_status); in TEST_F()
Dgatt_server_unittest.cc219 CHECK(status == BLE_STATUS_SUCCESS); in SetUp()
259 ASSERT_EQ(BLE_STATUS_SUCCESS, status); in SetUpTestService()
308 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
359 EXPECT_EQ(BLE_STATUS_SUCCESS, 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.cc83 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dinterface_with_instances_base.cc118 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
Dbluetooth_le_scanner_binder_server.cc142 cb->OnScannerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dbluetooth_le_advertiser_binder_server.cc178 cb->OnAdvertiserRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dbluetooth_low_energy_binder_server.cc175 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dbluetooth_gatt_server_binder_server.cc234 cb->OnServerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
/system/bt/service/
Dgatt_client.cc90 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
Dlow_energy_advertiser.cc258 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in EnableCallback()
340 result = BLE_STATUS_SUCCESS; in RegisterAdvertiserCallback()
Dlow_energy_scanner.cc218 result = BLE_STATUS_SUCCESS; in RegisterScannerCallback()
Dlow_energy_client.cc252 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
Dgatt_server.cc626 result = BLE_STATUS_SUCCESS; in RegisterServerCallback()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc46 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnAdvertiserRegistered()
230 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnServerRegistered()
286 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnServiceAdded()
/system/bt/service/client/
Dmain.cc177 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()
223 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnAdvertiserRegistered()
242 PrintOpStatus("Advertising " + op, status == bluetooth::BLE_STATUS_SUCCESS); in OnMultiAdvertiseCallback()
260 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnScannerRegistered()
302 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()