/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_br_discover.c | 119 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResult() local 140 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResultRssi() local 161 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->classofDevice); in GapOnEntendedInquiryResult() local
|
H A D | gap.c | 1077 int GAP_SetClassOfDevice(uint32_t cod) in GAP_SetClassOfDevice() 1090 static int GapWriteClassOfDevice(uint32_t cod) in GapWriteClassOfDevice()
|
H A D | gap_def.h | 40 #define COD_UINT_TO_ARRAY(cod) \ argument 44 #define COD_ARRAY_TO_UINT(cod) ((uint32_t)(cod)[0] | (uint32_t)((cod)[1] << 8) | (uint32_t)((cod)[2… argument
|
H A D | gap_if.c | 35 uint32_t cod; member 207 int GAPIF_SetClassOfDevice(uint32_t cod) in GAPIF_SetClassOfDevice()
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/ |
H A D | host_test.cpp | 666 int cod = 0; variable 684 int cod = 0; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 90 int cod = 0; in GetLocalDeviceClass() local 220 int cod = 0; in GetRemoteDeviceClass() local
|
H A D | classic_adapter_properties.cpp | 450 int cod = config_.GetRemoteDeviceClass(addr); in GetPairedDevice() local 501 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo() local
|
H A D | classic_adapter.cpp | 1004 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in HandleInquiryResult() local 2063 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in ReceiveConnectionComplete() local 2281 int cod = INVALID_VALUE; in GetDeviceClass() local 2418 int cod = remoteDevice->GetDeviceClass(); in IsHfpCodSupported() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.cpp | 70 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
|
H A D | napi_bluetooth_connection.cpp | 221 napi_value cod = 0; in GetRemoteDeviceClass() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_remote_device_observer_stub.cpp | 163 int32_t cod = data.ReadInt32(); in OnRemoteCodChangedInner() local
|
H A D | bluetooth_host_proxy.cpp | 1159 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_native_object.cpp | 86 napi_value cod = 0; in ConvertDeviceClassToJS() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_remote_device_observer_proxy.cpp | 162 …etoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) in OnRemoteCodChanged()
|
H A D | bluetooth_host_stub.cpp | 1051 int32_t cod = 0; in GetDeviceClassInner() local
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 92 const Bluetooth::BluetoothDeviceClass &cod) override {}; in OnRemoteCodChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 243 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 329 int BluetoothRemoteDevice::GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) co… in GetDeviceProductType()
|
H A D | bluetooth_host.cpp | 298 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override in OnRemoteCodChanged() 932 int cod = deviceClass.GetClassOfDevice(); in SetLocalDeviceClass() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 399 void OnRemoteCodChanged(const RawAddress &device, int32_t cod) override in OnRemoteCodChanged() 1527 int32_t BluetoothHostServer::GetDeviceClass(const std::string &address, int32_t &cod) in GetDeviceClass()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/ |
H A D | bluetooth_device_manager.cpp | 136 int cod = DEFAULT_COD; in GetDeviceCategory() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() local
|