/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 25 * |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
|
D | IBluetoothLowEnergyCallback.txt | 24 * IBluetoothLowEnergy.registerClient. |status| will be BLE_STATUS_SUCCESS (0)
|
/system/bt/service/test/ |
D | gatt_client_unittest.cc | 87 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F() 136 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
|
D | a2dp_source_unittest.cc | 122 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()
|
D | a2dp_sink_unittest.cc | 125 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()
|
D | low_energy_client_unittest.cc | 142 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()
|
D | low_energy_scanner_unittest.cc | 167 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()
|
D | low_energy_advertiser_unittest.cc | 134 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()
|
D | gatt_server_unittest.cc | 220 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/ |
D | low_energy_constants.h | 26 BLE_STATUS_SUCCESS = 0, enumerator
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_client_binder_server.cc | 83 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
D | bluetooth_le_scanner_binder_server.cc | 142 cb->OnScannerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
D | interface_with_instances_base.cc | 129 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
|
D | bluetooth_le_advertiser_binder_server.cc | 178 cb->OnAdvertiserRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
D | bluetooth_low_energy_binder_server.cc | 175 cb->OnClientRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
D | bluetooth_avrcp_control_binder_server.cc | 230 cb->OnRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
/system/bt/service/ |
D | gatt_client.cc | 89 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
|
D | low_energy_advertiser.cc | 256 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in EnableCallback() 338 result = BLE_STATUS_SUCCESS; in RegisterAdvertiserCallback()
|
D | a2dp_sink.cc | 150 callback(BLE_STATUS_SUCCESS, uuid, std::move(a2dp_sink)); in RegisterInstance()
|
D | low_energy_scanner.cc | 218 result = BLE_STATUS_SUCCESS; in RegisterScannerCallback()
|
D | avrcp_control.cc | 227 callback(BLE_STATUS_SUCCESS, uuid, std::move(hf_client)); in RegisterInstance()
|
D | a2dp_source.cc | 219 callback(BLE_STATUS_SUCCESS, uuid, std::move(a2dp_source)); in RegisterInstance()
|
D | low_energy_client.cc | 250 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 46 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/ |
D | main.cc | 231 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()
|