Home
last modified time | relevance | path

Searched refs:classOfDevice (Results 1 - 15 of 15) sorted by relevance

/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->classOfDevice)); in GapAclConnectionCompleteTask()
80 btmParam->classOfDevice, sizeof(btmParam->classOfDevice), param->classOfDevice, sizeof(param->classOfDevice)); 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_def.h245 uint32_t classOfDevice; member
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()
/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.h418 * @param classOfDevice Device class.
421 static void InquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, void *context);
427 * @param classOfDevice Device class.
431 static void InquiryResultRssiCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, void *context);
437 * @param classOfDevice Device class.
442 static void ExtendedInquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi,
853 * @param classOfDevice Device class.
857 void HandleInquiryResult(const BtAddr &addr, uint32_t classOfDevice, std::vector<uint8_t> eir, int8_t rssi = 0);
934 uint32_t classOfDevice, bool encyptionEnabled);
H A Dclassic_adapter.cpp618 void ClassicAdapter::InquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, void *context) in InquiryResultCallback() argument
624 param.iniquiryResultParam_.classOfDevice = classOfDevice; in InquiryResultCallback()
633 void ClassicAdapter::InquiryResultRssiCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, void *context) in InquiryResultRssiCallback() argument
639 param.iniquiryResultRssiParam_.classOfDevice = classOfDevice; in InquiryResultRssiCallback()
649 void ClassicAdapter::ExtendedInquiryResultCallback(const BtAddr *addr, uint32_t classOfDevice, int8_t rssi, in ExtendedInquiryResultCallback() argument
657 param.extendedInquiryResultParam_.classOfDevice = classOfDevice; in ExtendedInquiryResultCallback()
914 HandleInquiryResult(param.iniquiryResultParam_.addr, param.iniquiryResultParam_.classOfDevice, eirDat in HandleInquiryEvent()
994 HandleInquiryResult( const BtAddr &addr, uint32_t classOfDevice, std::vector<uint8_t> eir, int8_t rssi) HandleInquiryResult() argument
2012 uint32_t classOfDevice = 0; ConnectionComplete() local
2025 ReceiveConnectionComplete(uint8_t status, uint16_t connectionHandle, const RawAddress &device, uint32_t classOfDevice, bool encyptionEnabled) ReceiveConnectionComplete() argument
[all...]
/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 *context);
H A Dbtm.h224 uint8_t classOfDevice[3]; member
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp73 BluetoothDeviceClass classOfDevice = BluetoothDeviceClass(deviceClass); in ConvertDeviceClassToJS() local
74 int tmpMajorClass = classOfDevice.GetMajorClass(); in ConvertDeviceClassToJS()
75 int tmpMajorMinorClass = classOfDevice.GetMajorMinorClass(); in ConvertDeviceClassToJS()
85 napi_set_named_property(env, result, "classOfDevice", cod); in ConvertDeviceClassToJS()
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_ffi.h28 int classOfDevice; member
/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
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp81 ret.classOfDevice = tmpCod; in GetRemoteDeviceClass()
/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()
/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()

Completed in 19 milliseconds