Home
last modified time | relevance | path

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

12

/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)
/system/bt/service/test/
Dgatt_client_unittest.cc87 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
136 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Da2dp_source_unittest.cc122 CHECK(status == BLE_STATUS_SUCCESS); in SetUp()
166 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
190 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Da2dp_sink_unittest.cc125 CHECK(status == BLE_STATUS_SUCCESS); in SetUp()
169 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
193 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_client_unittest.cc142 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestClient()
176 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
225 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
Dlow_energy_scanner_unittest.cc167 CHECK(status == BLE_STATUS_SUCCESS); in RegisterTestScanner()
201 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F()
242 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.cc220 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()
357 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()
Dbluetooth_le_scanner_binder_server.cc142 cb->OnScannerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
Dinterface_with_instances_base.cc129 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
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_avrcp_control_binder_server.cc230 cb->OnRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
/system/bt/service/
Dgatt_client.cc89 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
Dlow_energy_advertiser.cc256 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in EnableCallback()
338 result = BLE_STATUS_SUCCESS; in RegisterAdvertiserCallback()
Da2dp_sink.cc150 callback(BLE_STATUS_SUCCESS, uuid, std::move(a2dp_sink)); in RegisterInstance()
Dlow_energy_scanner.cc218 result = BLE_STATUS_SUCCESS; in RegisterScannerCallback()
Davrcp_control.cc227 callback(BLE_STATUS_SUCCESS, uuid, std::move(hf_client)); in RegisterInstance()
Da2dp_source.cc219 callback(BLE_STATUS_SUCCESS, uuid, std::move(a2dp_source)); in RegisterInstance()
Dlow_energy_client.cc250 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
/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.cc231 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()
277 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnAdvertiserRegistered()
296 PrintOpStatus("Advertising " + op, status == bluetooth::BLE_STATUS_SUCCESS); in OnMultiAdvertiseCallback()
314 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnScannerRegistered()
356 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnClientRegistered()

12