Searched defs:page_scan_mode (Results 1 - 5 of 5) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/src/
H A Devent_packet.cc81 const std::vector<uint8_t>& page_scan_mode,
86 page_scan_period_mode.size() + page_scan_mode.size() +
94 VECTOR_COPY_TO_END(page_scan_mode, payload);
77 CreateInquiryResultEvent( uint8_t num_responses, const std::vector<uint8_t>& bd_addresses, const std::vector<uint8_t>& page_scan_repetition_mode, const std::vector<uint8_t>& page_scan_period_mode, const std::vector<uint8_t>& page_scan_mode, const std::vector<uint8_t>& class_of_device, const std::vector<uint8_t>& clock_offset) argument
/system/bt/stack/btm/
H A Dbtm_inq.c1861 UINT8 page_scan_mode = 0; local
1893 STREAM_TO_UINT8(page_scan_mode, p);
1990 p_cur->page_scan_mode = page_scan_mode;
2288 p_cur->results.page_scan_mode,
/system/bt/stack/hcic/
H A Dhcicmds.c109 UINT8 page_scan_rep_mode, UINT8 page_scan_mode,
131 UINT8_TO_STREAM (pp, page_scan_mode);
364 UINT8 page_scan_mode, UINT16 clock_offset)
377 UINT8_TO_STREAM (pp, page_scan_mode);
108 btsnd_hcic_create_conn(BD_ADDR dest, UINT16 packet_types, UINT8 page_scan_rep_mode, UINT8 page_scan_mode, UINT16 clock_offset, UINT8 allow_switch) argument
363 btsnd_hcic_rmt_name_req(BD_ADDR bd_addr, UINT8 page_scan_rep_mode, UINT8 page_scan_mode, UINT16 clock_offset) argument
/system/bt/stack/l2cap/
H A Dl2c_utils.c2398 UINT8 page_scan_mode; local
2424 page_scan_mode = p_inq_info->results.page_scan_mode;
2431 page_scan_mode = HCI_MANDATARY_PAGE_SCAN_MODE;
2441 page_scan_mode,
/system/bt/stack/include/
H A Dbtm_api.h606 UINT8 page_scan_mode; member in struct:__anon1026

Completed in 211 milliseconds