Searched refs:SetBluetoothScanMode (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_ffi.cpp | 85 return ConnectionImpl::SetBluetoothScanMode(mode, duration, errCode); in FfiBluetoothConSetBluetoothScanMode()
|
H A D | bluetooth_connection_impl.cpp | 184 void ConnectionImpl::SetBluetoothScanMode(int32_t mode, int32_t duration, int32_t* errCode) in SetBluetoothScanMode() function in OHOS::CJSystemapi::CJBluetoothConnection::ConnectionImpl
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.h | 61 napi_value SetBluetoothScanMode(napi_env env, napi_callback_info info);
|
H A D | napi_bluetooth_connection.cpp | 95 DECLARE_NAPI_FUNCTION("setBluetoothScanMode", SetBluetoothScanMode), in DefineConnectionFunctions() 360 napi_value SetBluetoothScanMode(napi_env env, napi_callback_info info) in SetBluetoothScanMode() function
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 49 static void SetBluetoothScanMode(int32_t mode, int32_t duration, int32_t* errCode);
|
Completed in 4 milliseconds