Home
last modified time | relevance | path

Searched defs:BT_ADDRESS_SIZE (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_interop.c40 static bool IsMatchedAddr(const uint8_t addr1[BT_ADDRESS_SIZE], const BtAddr *addr2, uint8_t length) in IsMatchedAddr()
Dbtm_le_sec.c150 static bool IsZeroAddress(const uint8_t addr[BT_ADDRESS_SIZE]) in IsZeroAddress()
Dbtm_acl.c325 static bool IsEqualAddr(const uint8_t addr1[BT_ADDRESS_SIZE], const uint8_t addr2[BT_ADDRESS_SIZE]) in IsEqualAddr()
1031 static bool IsZeroAddress(const uint8_t addr[BT_ADDRESS_SIZE]) in IsZeroAddress()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
Dbtstack.h54 #define BT_ADDRESS_SIZE 6 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_le_adv.c106 …tic int GapLeSetAdvertisingSetRandomAddress(uint8_t advHandle, const uint8_t addr[BT_ADDRESS_SIZE]) in GapLeSetAdvertisingSetRandomAddress()
136 int GAP_LeExAdvSetRandAddr(uint8_t advHandle, const uint8_t addr[BT_ADDRESS_SIZE]) in GAP_LeExAdvSetRandAddr()
Dgap.c1307 int GAP_LeSetStaticIdentityAddr(uint8_t addr[BT_ADDRESS_SIZE]) in GAP_LeSetStaticIdentityAddr()
Dgap_le_if.c267 int GAPIF_LeSetStaticIdentityAddr(uint8_t addr[BT_ADDRESS_SIZE]) in GAPIF_LeSetStaticIdentityAddr()
429 int GAPIF_LeExAdvSetRandAddr(uint8_t advHandle, const uint8_t addr[BT_ADDRESS_SIZE]) in GAPIF_LeExAdvSetRandAddr()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_advertiser_impl.cpp1875 void BleAdvertiserImpl::GenResPriAddrResult(uint8_t result, const uint8_t addr[BT_ADDRESS_SIZE], vo… in GenResPriAddrResult()
Dble_adapter.cpp384 void BleAdapter::GenResPriAddrResult(uint8_t result, const uint8_t addr[BT_ADDRESS_SIZE], void *con… in GenResPriAddrResult()