Searched refs:ownAddr (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_conn.c | 463 BTM_GetLeConnectionAddress(connectionHandle, &deviceInfo->ownAddr, &deviceInfo->peerAddr); in GapLeConnectionComplete() 466 BT_ADDR_FMT_OUTPUT(deviceInfo->ownAddr.addr), in GapLeConnectionComplete() 467 deviceInfo->ownAddr.type); in GapLeConnectionComplete()
|
H A D | gap_le_adv.c | 383 if (deviceInfo != NULL && deviceInfo->ownAddr.type == BT_RANDOM_DEVICE_ADDRESS) { in GapOnLeAdvertisingSetTerminated() 390 BT_ADDR_FMT_OUTPUT(deviceInfo->ownAddr.addr), in GapOnLeAdvertisingSetTerminated() 392 (void)memcpy_s(deviceInfo->ownAddr.addr, BT_ADDRESS_SIZE, info->randomAddress, BT_ADDRESS_SIZE); in GapOnLeAdvertisingSetTerminated()
|
H A D | gap_def.h | 297 BtAddr ownAddr; member
|
H A D | gap_le_sec.c | 960 ret = SMP_StartPair(deviceInfo->handle, &deviceInfo->ownAddr, &deviceInfo->peerAddr, &pairParam); in GAP_LePairFeatureRsp() 963 deviceInfo->handle, SMP_PAIR_FAILED_NO_FAILED, &deviceInfo->ownAddr, &deviceInfo->peerAddr, &pairParam); in GAP_LePairFeatureRsp()
|
Completed in 9 milliseconds