Searched refs:BLE_STATUS_SUCCESS (Results 1 – 16 of 16) sorted by relevance
/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)
|
D | IBluetoothGattServerCallback.txt | 25 * BLE_STATUS_SUCCESS) if the server was successfully registered. |server_if|
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 203 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 …]
|
D | gatt_client_unittest.cpp | 101 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F() 152 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
|
D | low_energy_client_unittest.cpp | 226 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/ |
D | low_energy_constants.h | 26 BLE_STATUS_SUCCESS = 0, enumerator
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_client_binder_server.cpp | 79 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
|
D | interface_with_instances_base.cpp | 122 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
|
D | bluetooth_low_energy_binder_server.cpp | 293 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
|
D | bluetooth_gatt_server_binder_server.cpp | 297 (status == bluetooth::BLE_STATUS_SUCCESS) ? in OnRegisterInstanceImpl()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 44 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/ |
D | gatt_client.cpp | 98 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
|
D | low_energy_client.cpp | 805 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in HandleDeferredAdvertiseData() 886 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
|
D | gatt_server.cpp | 824 if (status == BLE_STATUS_SUCCESS) { in NotifyEndCallbackAndClearData() 1013 result = BLE_STATUS_SUCCESS; in RegisterServerCallback()
|
/system/bt/service/client/ |
D | main.cpp | 158 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()
|