Home
last modified time | relevance | path

Searched refs:BLE_INVALID_ADVERTISING_HANDLE (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp347 int32_t advHandle = BLE_INVALID_ADVERTISING_HANDLE; in StartAdvertising()
352 if (ret != BT_NO_ERROR || advHandle == BLE_INVALID_ADVERTISING_HANDLE) { in StartAdvertising()
354 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, static_cast<int>(BLE_INVALID_ADVERTISING_HANDLE)); in StartAdvertising()
395 int32_t advHandle = BLE_INVALID_ADVERTISING_HANDLE; in StartAdvertising()
400 if (ret != BT_NO_ERROR || advHandle == BLE_INVALID_ADVERTISING_HANDLE) { in StartAdvertising()
402 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, BLE_INVALID_ADVERTISING_HANDLE); in StartAdvertising()
423 int advHandle = BLE_INVALID_ADVERTISING_HANDLE; in SetAdvertisingData()
449 if (tmpAdvHandle == BLE_INVALID_ADVERTISING_HANDLE) { in EnableAdvertising()
476 if (tmpAdvHandle == BLE_INVALID_ADVERTISING_HANDLE) { in DisableAdvertising()
504 if (advHandle == BLE_INVALID_ADVERTISING_HANDLE) { in StopAdvertising()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_feature.h131 uint8_t num = BLE_INVALID_ADVERTISING_HANDLE; in GetBleExAdvGetMaxHandleNum()
H A Dble_adapter.cpp1494 return BLE_INVALID_ADVERTISING_HANDLE; in GetAdvertiserHandle()
H A Dble_advertiser_impl.cpp1183 uint8_t handle = BLE_INVALID_ADVERTISING_HANDLE; in CreateAdvertiserSetHandle()
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_observer_map.h115 uint8_t advHandle = OHOS::bluetooth::BLE_INVALID_ADVERTISING_HANDLE; in GetAdvertiserHandle()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertiser_stub.cpp175 int advHandle = bluetooth::BLE_INVALID_ADVERTISING_HANDLE; in GetAdvertiserHandleInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp299 if (advHandle == BLE_INVALID_ADVERTISING_HANDLE) { in GetAdvertiserHandle()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h337 const uint8_t BLE_INVALID_ADVERTISING_HANDLE = 0xFF; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h356 const uint8_t BLE_INVALID_ADVERTISING_HANDLE = 0xFF; member

Completed in 16 milliseconds