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

  /system/bt/service/
bluetooth_instance.h 61 BLEStatus status, const UUID& app_uuid,
low_energy_client.h 85 using StatusCallback = std::function<void(BLEStatus)>;
185 void InvokeAndClearStartCallback(BLEStatus status);
186 void InvokeAndClearStopCallback(BLEStatus status);
gatt_client.cpp 98 BLEStatus result = success ? BLE_STATUS_SUCCESS : BLE_STATUS_FAILURE;
gatt_server.cpp 520 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status), *gatt_id);
555 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
588 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
622 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
820 BLEStatus status, const GattIdentifier& id) {
857 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
876 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
896 NotifyEndCallbackAndClearData(static_cast<BLEStatus>(status),
1007 BLEStatus result = BLE_STATUS_FAILURE;
gatt_server.h 127 std::function<void(BLEStatus status, const GattIdentifier& id)>;
308 void NotifyEndCallbackAndClearData(BLEStatus status,
low_energy_client.cpp 40 BLEStatus GetBLEStatus(int status) {
44 return static_cast<BLEStatus>(status);
808 void LowEnergyClient::InvokeAndClearStartCallback(BLEStatus status) {
819 void LowEnergyClient::InvokeAndClearStopCallback(BLEStatus status) {
880 BLEStatus result = BLE_STATUS_FAILURE;
  /system/bt/service/ipc/binder/
interface_with_instances_base.h 78 bluetooth::BLEStatus status,
86 bluetooth::BLEStatus status,
bluetooth_gatt_client_binder_server.h 59 bluetooth::BLEStatus status,
bluetooth_gatt_client_binder_server.cpp 69 bluetooth::BLEStatus status,
bluetooth_low_energy_binder_server.h 84 bluetooth::BLEStatus status,
interface_with_instances_base.cpp 50 bluetooth::BLEStatus status,
105 bluetooth::BLEStatus status,
bluetooth_low_energy_binder_server.cpp 153 auto callback = [=](bluetooth::BLEStatus status) {
194 auto callback = [=](bluetooth::BLEStatus status) {
281 bluetooth::BLEStatus status,
bluetooth_gatt_server_binder_server.h 108 bluetooth::BLEStatus status,
bluetooth_gatt_server_binder_server.cpp 144 bluetooth::BLEStatus status,
284 bluetooth::BLEStatus status,
  /system/bt/service/test/
gatt_client_unittest.cpp 101 BLEStatus status = BLE_STATUS_SUCCESS;
106 auto callback = [&](BLEStatus in_status, const UUID& uuid,
low_energy_client_unittest.cpp 222 auto api_callback = [&](BLEStatus status, const UUID& in_uuid,
273 void AdvertiseDataTestHelper(AdvertiseData data, std::function<void(BLEStatus)> callback) {
303 BLEStatus status = BLE_STATUS_SUCCESS;
308 auto callback = [&](BLEStatus in_status, const UUID& uuid,
390 BLEStatus last_status = BLE_STATUS_FAILURE;
391 auto callback = [&](BLEStatus status) {
519 BLEStatus last_status = BLE_STATUS_FAILURE;
520 auto callback = [&](BLEStatus status) {
624 BLEStatus last_status = BLE_STATUS_FAILURE;
625 auto callback = [&](BLEStatus status)
    [all...]
gatt_server_unittest.cpp 199 auto callback = [&](BLEStatus status, const UUID& in_uuid,
256 BLEStatus status, const GattIdentifier& gatt_id) {
309 BLEStatus status = BLE_STATUS_SUCCESS;
314 auto callback = [&](BLEStatus in_status, const UUID& uuid,
388 BLEStatus cb_status = BLE_STATUS_SUCCESS;
390 auto callback = [&](BLEStatus in_status, const GattIdentifier& in_id) {
473 BLEStatus cb_status = BLE_STATUS_SUCCESS;
475 auto callback = [&](BLEStatus in_status, const GattIdentifier& in_id) {
572 BLEStatus cb_status;
574 auto callback = [&](BLEStatus in_status, const GattIdentifier& in_id)
    [all...]
  /system/bt/service/common/bluetooth/
low_energy_constants.h 25 enum BLEStatus {

Completed in 225 milliseconds