Home
last modified time | relevance | path

Searched defs:page_scan_rep_mode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_inq.cc1184 uint8_t page_scan_rep_mode = 0; in btm_process_inq_results_standard() local
1302 uint8_t page_scan_rep_mode = 0; in btm_process_inq_results_rssi() local
1445 uint8_t page_scan_rep_mode = 0; in btm_process_inq_results_extended() local
Dneighbor_inquiry.h95 uint8_t page_scan_rep_mode; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/
Dremote_name_request.cc133 uint8_t page_scan_rep_mode = HCI_PAGE_SCAN_REP_MODE_R1; in btm_initiate_rem_name() local
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl_api.cc197 void bluetooth::shim::ACL_RemoteNameRequest(const RawAddress& addr, uint8_t page_scan_rep_mode, in ACL_RemoteNameRequest() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer.cc425 pw::bluetooth::emboss::PageScanRepetitionMode page_scan_rep_mode, in SetInquiryData()