Searched refs:BLE_STATUS_SUCCESS (Results 1 – 22 of 22) 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_client_unittest.cc | 87 BLEStatus status = BLE_STATUS_SUCCESS; in TEST_F() 138 EXPECT_EQ(BLE_STATUS_SUCCESS, status); in TEST_F()
|
D | low_energy_client_unittest.cc | 142 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()
|
D | low_energy_scanner_unittest.cc | 172 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()
|
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 | 219 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/ |
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 | interface_with_instances_base.cc | 118 if (status != bluetooth::BLE_STATUS_SUCCESS) { in OnRegisterInstance()
|
D | bluetooth_le_scanner_binder_server.cc | 142 cb->OnScannerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
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_gatt_server_binder_server.cc | 234 cb->OnServerRegistered(status, (status == bluetooth::BLE_STATUS_SUCCESS) in OnRegisterInstanceImpl()
|
/system/bt/service/ |
D | gatt_client.cc | 90 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE; in RegisterClientCallback()
|
D | low_energy_advertiser.cc | 258 InvokeAndClearStartCallback(BLE_STATUS_SUCCESS); in EnableCallback() 340 result = BLE_STATUS_SUCCESS; in RegisterAdvertiserCallback()
|
D | low_energy_scanner.cc | 218 result = BLE_STATUS_SUCCESS; in RegisterScannerCallback()
|
D | low_energy_client.cc | 252 result = BLE_STATUS_SUCCESS; in RegisterClientCallback()
|
D | gatt_server.cc | 626 result = BLE_STATUS_SUCCESS; in RegisterServerCallback()
|
/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 | 177 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()
|