Home
last modified time | relevance | path

Searched refs:classOfDevice (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c34 uint8_t classOfDevice[BT_COD_SIZE]; member
58 …btmParam.classOfDevice, sizeof(btmParam.classOfDevice), param->classOfDevice, sizeof(param->classO… in GapAclConnectionCompleteTask()
80 …btmParam->classOfDevice, sizeof(btmParam->classOfDevice), param->classOfDevice, sizeof(param->clas… in GapRecvAclConnectionComplete()
H A Dgap_br_discover.c119 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResult()
140 uint32_t cod = COD_ARRAY_TO_UINT(eventParam->responses[i].classOfDevice); in GapOnInquiryResultRssi()
H A Dgap.c673 g_gapMng.bredr.classOfDevice |= COD_LIMITED_DISCOVERABLE_BIT; in GapWriteCurrentIACLAPComplete()
675 g_gapMng.bredr.classOfDevice &= ~COD_LIMITED_DISCOVERABLE_BIT; in GapWriteCurrentIACLAPComplete()
678 int ret = GapWriteClassOfDevice(g_gapMng.bredr.classOfDevice); in GapWriteCurrentIACLAPComplete()
1085 g_gapMng.bredr.classOfDevice = cod; in GAP_SetClassOfDevice()
H A Dgap_def.h245 uint32_t classOfDevice; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h151 uint32_t classOfDevice; member
156 uint32_t classOfDevice; member
162 uint32_t classOfDevice; member
H A Dclassic_adapter.h414 static void InquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, void *context);
424 …static void InquiryResultRssiCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, voi…
435 … static void ExtendedInquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi,
850 …void HandleInquiryResult(const BtAddr &addr, uint32_t classOfDevice, std::vector<uint8_t> eir, int…
927 uint32_t classOfDevice, bool encyptionEnabled);
H A Dclassic_adapter.cpp624 param.iniquiryResultParam_.classOfDevice = classOfDevice; in InquiryResultCallback()
639 param.iniquiryResultRssiParam_.classOfDevice = classOfDevice; in InquiryResultRssiCallback()
657 param.extendedInquiryResultParam_.classOfDevice = classOfDevice; in ExtendedInquiryResultCallback()
918 param.iniquiryResultRssiParam_.classOfDevice, in HandleInquiryEvent()
929 param.extendedInquiryResultParam_.classOfDevice, in HandleInquiryEvent()
1004 int cod = (classOfDevice & CLASS_OF_DEVICE_RANGE); in HandleInquiryResult()
2012 uint32_t classOfDevice = 0; in ConnectionComplete() local
2013 (void)memcpy_s(&classOfDevice, COD_SIZE, param->classOfDevice, COD_SIZE); in ConnectionComplete()
2020 classOfDevice, in ConnectionComplete()
2026 uint32_t classOfDevice, bool encyptionEnabled) in ReceiveConnectionComplete() argument
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_if.h217 void (*inquiryResult)(const BtAddr *addr, uint32_t classOfDevice, void *context);
218 … void (*inquiryResultRssi)(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, void *context);
220 …const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, const uint8_t eir[GAP_EIR_SIZE_MAX], void…
H A Dbtm.h224 uint8_t classOfDevice[3]; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp76 BluetoothDeviceClass classOfDevice = BluetoothDeviceClass(deviceClass); in ConvertDeviceClassToJS() local
77 int tmpMajorClass = classOfDevice.GetMajorClass(); in ConvertDeviceClassToJS()
78 int tmpMajorMinorClass = classOfDevice.GetMajorMinorClass(); in ConvertDeviceClassToJS()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h44 uint8_t classOfDevice[3]; member
75 uint8_t classOfDevice[3]; member
370 uint8_t classOfDevice[3]; member
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BrManagerDoc/
H A D经典蓝牙Manager使用说明文档.md114 >| classOfDevice | number | 是 | 否 | 表示设备类别。 |
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c123 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultEvent()
608 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultWithRSSIEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c544 (void)memcpy_s(connectCompleteParam.classOfDevice, COD_SIZE, cod, COD_SIZE); in BtmOnConnectionComplete()
596 (void)memcpy_s(connection->remoteCod, COD_SIZE, eventParam->classOfDevice, COD_SIZE); in BtmOnConnectionrequest()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md302 | ohos.bluetooth | DeviceClass | classOfDevice: number; | 新增 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-connection.md1433 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
H A Djs-apis-bluetooth.md3727 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
H A Djs-apis-bluetoothManager.md5067 | classOfDevice | number | 是 | 否 | 表示设备类别。 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md302 | ohos.bluetooth | DeviceClass | classOfDevice: number; | Added|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-connection.md1368 | classOfDevice | number | Yes | No | Class of the device. …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-communication.md280 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts|
691classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-communication.md280 |Added|NA|Class name: DeviceClass;<br>Method or attribute name: classOfDevice: number;|@ohos.blueto…
691classOfDevice: number;<br>Old version information: |Class name: DeviceClass;<br>Method or attribut…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-communication.md273 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetooth.connection.d.ts|
940classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>新版本信息:10<br>代…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md267 |新增|NA|类名:DeviceClass;<br>方法or属性:classOfDevice: number;|@ohos.bluetoothManager.d.ts|
1161 |废弃版本有变化|类名:DeviceClass;<br>方法or属性:classOfDevice: number;<br>旧版本信息:|类名:DeviceClass;<br>方法or属性:class…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-communication.md216 |新增|NA|模块名: ohos.bluetoothManager<br>类名: DeviceClass<br>方法 or 属性: classOfDevice: number;|@ohos.blue…

12