Searched defs:BT_ADDRESS_SIZE (Results 1 – 9 of 9) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
| D | btm_interop.c | 40 static bool IsMatchedAddr(const uint8_t addr1[BT_ADDRESS_SIZE], const BtAddr *addr2, uint8_t length) in IsMatchedAddr()
|
| D | btm_le_sec.c | 150 static bool IsZeroAddress(const uint8_t addr[BT_ADDRESS_SIZE]) in IsZeroAddress()
|
| D | btm_acl.c | 325 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/ |
| D | btstack.h | 54 #define BT_ADDRESS_SIZE 6 macro
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
| D | gap_le_adv.c | 106 …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()
|
| D | gap.c | 1307 int GAP_LeSetStaticIdentityAddr(uint8_t addr[BT_ADDRESS_SIZE]) in GAP_LeSetStaticIdentityAddr()
|
| D | gap_le_if.c | 267 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/ |
| D | ble_advertiser_impl.cpp | 1875 void BleAdvertiserImpl::GenResPriAddrResult(uint8_t result, const uint8_t addr[BT_ADDRESS_SIZE], vo… in GenResPriAddrResult()
|
| D | ble_adapter.cpp | 384 void BleAdapter::GenResPriAddrResult(uint8_t result, const uint8_t addr[BT_ADDRESS_SIZE], void *con… in GenResPriAddrResult()
|