Searched defs:allow_switch (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/hcic/
H A Dhcicmds.cc102 uint16_t clock_offset, uint8_t allow_switch) {
125 UINT8_TO_STREAM(pp, allow_switch);
100 btsnd_hcic_create_conn(const RawAddress& dest, uint16_t packet_types, uint8_t page_scan_rep_mode, uint8_t page_scan_mode, uint16_t clock_offset, uint8_t allow_switch) argument
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2223 uint8_t allow_switch = HCI_CR_CONN_ALLOW_SWITCH; local
2244 allow_switch = HCI_CR_CONN_ALLOW_SWITCH;
2246 allow_switch = HCI_CR_CONN_NOT_ALLOW_SWITCH;
2268 page_scan_rep_mode, page_scan_mode, clock_offset, allow_switch);

Completed in 77 milliseconds