HomeSort by relevance Sort by last modified time
    Searched refs:BLEStatus (Results 1 - 25 of 28) sorted by null

1 2

  /system/bt/service/
bluetooth_instance.h 61 std::function<void(BLEStatus status, const UUID& app_uuid,
low_energy_advertiser.h 50 using StatusCallback = std::function<void(BLEStatus)>;
94 void InvokeAndClearStartCallback(BLEStatus status);
95 void InvokeAndClearStopCallback(BLEStatus status);
low_energy_client.h 78 using StatusCallback = std::function<void(BLEStatus)>;
115 void InvokeAndClearStartCallback(BLEStatus status);
116 void InvokeAndClearStopCallback(BLEStatus status);
low_energy_scanner.h 99 void InvokeAndClearStartCallback(BLEStatus status);
100 void InvokeAndClearStopCallback(BLEStatus status);
low_energy_advertiser.cc 35 BLEStatus GetBLEStatus(int status) {
38 return static_cast<BLEStatus>(status);
276 void LowEnergyAdvertiser::InvokeAndClearStartCallback(BLEStatus status) {
283 void LowEnergyAdvertiser::InvokeAndClearStopCallback(BLEStatus status) {
336 BLEStatus result = BLE_STATUS_FAILURE;
gatt_client.cc 90 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE;
low_energy_scanner.cc 212 BLEStatus result = BLE_STATUS_FAILURE;
gatt_server.h 124 std::function<void(BLEStatus status, const Service& id)>;
  /system/bt/service/ipc/binder/
interface_with_instances_base.h 77 bluetooth::BLEStatus status, const bluetooth::UUID& uuid,
84 bluetooth::BLEStatus status, android::sp<IInterface> callback,
bluetooth_gatt_client_binder_server.h 65 void OnRegisterInstanceImpl(bluetooth::BLEStatus status,
bluetooth_le_advertiser_binder_server.cc 84 auto callback = [=](bluetooth::BLEStatus status) {
129 auto callback = [=](bluetooth::BLEStatus status) {
172 bluetooth::BLEStatus status, android::sp<IInterface> callback,
interface_with_instances_base.cc 49 bluetooth::BLEStatus status, const bluetooth::UUID& in_uuid,
102 bluetooth::BLEStatus status, const bluetooth::UUID& uuid,
bluetooth_gatt_client_binder_server.cc 76 bluetooth::BLEStatus status, android::sp<IInterface> callback,
bluetooth_le_advertiser_binder_server.h 75 void OnRegisterInstanceImpl(bluetooth::BLEStatus status,
bluetooth_le_scanner_binder_server.h 77 void OnRegisterInstanceImpl(bluetooth::BLEStatus status,
bluetooth_low_energy_binder_server.h 81 void OnRegisterInstanceImpl(bluetooth::BLEStatus status,
bluetooth_gatt_server_binder_server.h 107 void OnRegisterInstanceImpl(bluetooth::BLEStatus status,
bluetooth_le_scanner_binder_server.cc 133 bluetooth::BLEStatus status, android::sp<IInterface> callback,
bluetooth_low_energy_binder_server.cc 166 bluetooth::BLEStatus status, android::sp<IInterface> callback,
bluetooth_gatt_server_binder_server.cc 81 auto callback = [=](bluetooth::BLEStatus status,
224 bluetooth::BLEStatus status, android::sp<IInterface> callback,
  /system/bt/service/test/
gatt_client_unittest.cc 87 BLEStatus status = BLE_STATUS_SUCCESS;
92 auto callback = [&](BLEStatus in_status, const UUID& uuid,
low_energy_advertiser_unittest.cc 130 auto api_callback = [&](BLEStatus status, const UUID& in_uuid,
176 std::function<void(BLEStatus)> callback,
209 BLEStatus status = BLE_STATUS_SUCCESS;
214 auto callback = [&](BLEStatus in_status, const UUID& uuid,
286 BLEStatus last_status = BLE_STATUS_FAILURE;
287 auto callback = [&](BLEStatus status) {
352 BLEStatus last_status = BLE_STATUS_FAILURE;
353 auto callback = [&](BLEStatus status) {
529 BLEStatus last_status = BLE_STATUS_FAILURE;
530 auto callback = [&](BLEStatus status)
    [all...]
low_energy_client_unittest.cc 138 auto api_callback = [&](BLEStatus status, const UUID& in_uuid,
177 BLEStatus status = BLE_STATUS_SUCCESS;
182 auto callback = [&](BLEStatus in_status, const UUID& uuid,
low_energy_scanner_unittest.cc 168 auto api_callback = [&](BLEStatus status, const UUID& in_uuid,
206 BLEStatus status = BLE_STATUS_SUCCESS;
211 auto callback = [&](BLEStatus in_status, const UUID& uuid,
  /system/bt/service/common/bluetooth/
low_energy_constants.h 25 enum BLEStatus {

Completed in 711 milliseconds

1 2