Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_discover.c119 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 Dgap.c1077 int GAP_SetClassOfDevice(uint32_t cod) in GAP_SetClassOfDevice()
1090 static int GapWriteClassOfDevice(uint32_t cod) in GapWriteClassOfDevice()
H A Dgap_def.h40 #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 Dgap_if.c35 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 Dhost_test.cpp666 int cod = 0; variable
684 int cod = 0; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp90 int cod = 0; in GetLocalDeviceClass() local
220 int cod = 0; in GetRemoteDeviceClass() local
H A Dclassic_adapter_properties.cpp450 int cod = config_.GetRemoteDeviceClass(addr); in GetPairedDevice() local
501 int cod = remote->GetDeviceClass(); in SavePairedDeviceInfo() local
H A Dclassic_adapter.cpp1004 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 Dnapi_bluetooth_remote_device_observer.cpp70 const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) in OnRemoteCodChanged()
H A Dnapi_bluetooth_connection.cpp221 napi_value cod = 0; in GetRemoteDeviceClass() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_remote_device_observer_stub.cpp163 int32_t cod = data.ReadInt32(); in OnRemoteCodChangedInner() local
H A Dbluetooth_host_proxy.cpp1159 int32_t BluetoothHostProxy::GetDeviceClass(const std::string &address, int &cod) in GetDeviceClass()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp86 napi_value cod = 0; in ConvertDeviceClassToJS() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp162 …etoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) in OnRemoteCodChanged()
H A Dbluetooth_host_stub.cpp1051 int32_t cod = 0; in GetDeviceClassInner() local
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h92 const Bluetooth::BluetoothDeviceClass &cod) override {}; in OnRemoteCodChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp243 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp329 int BluetoothRemoteDevice::GetDeviceProductType(int &cod, int &majorClass, int &majorMinorClass) co… in GetDeviceProductType()
H A Dbluetooth_host.cpp298 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 Dbluetooth_host_server.cpp399 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 Dbluetooth_device_manager.cpp136 int cod = DEFAULT_COD; in GetDeviceCategory() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() local