Searched refs:COD_SIZE (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt.c | 33 #define COD_SIZE 3 macro 123 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultEvent() 124 offset += COD_SIZE; in HciEventOnInquiryResultEvent() 608 (void)memcpy_s(responses[i].classOfDevice, COD_SIZE, param + offset, COD_SIZE); in HciEventOnInquiryResultWithRSSIEvent() 609 offset += COD_SIZE; in HciEventOnInquiryResultWithRSSIEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 44 #define COD_SIZE 3 macro 84 uint8_t remoteCod[COD_SIZE]; 513 uint8_t cod[COD_SIZE] = {0, 0, 0}; in BtmOnConnectionComplete() 522 (void)memcpy_s(cod, COD_SIZE, connection->remoteCod, COD_SIZE); in BtmOnConnectionComplete() 544 (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/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_defs.h | 46 constexpr int COD_SIZE = 3; variable
|
H A D | classic_adapter.cpp | 2013 (void)memcpy_s(&classOfDevice, COD_SIZE, param->classOfDevice, COD_SIZE); in ConnectionComplete()
|