Home
last modified time | relevance | path

Searched refs:directAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c187 BtAddr directAddr; in GapCallbackRPAExtendedAdvertisingReport() local
195 advParam.directAddr = &directAddr; in GapCallbackRPAExtendedAdvertisingReport()
196 GapChangeHCIAddr(&directAddr, &report->directAddress, report->directAddressType); in GapCallbackRPAExtendedAdvertisingReport()
216 BtAddr directAddr; in GapCallbackRPADirectedAdvertisingReport() local
217 GapChangeHCIAddr(&directAddr, &report->directAddress, report->directAddressType); in GapCallbackRPADirectedAdvertisingReport()
224 .directAddr = &directAddr, in GapCallbackRPADirectedAdvertisingReport()
505 BtAddr directAddr; in GapOnLeExtendedAdvertisingReportEventProcessOnce() local
507 GapChangeHCIAddr(&directAddr, &report->directAddress, report->directAddressType); in GapOnLeExtendedAdvertisingReportEventProcessOnce()
508 advParam.directAddr = &directAddr; in GapOnLeExtendedAdvertisingReportEventProcessOnce()
554 BtAddr directAddr; in GapOnLeDirectedAdvertisingReportProcessOnce() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h217 const BtAddr *directAddr; /// Directed advertising event address member
226 const BtAddr *directAddr; /// Directed advertising event address member
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h478 BdAddr directAddr; member