Home
last modified time | relevance | path

Searched refs:max_hold_period (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.h176 std::function<void(uint16_t handle, uint16_t max_hold_period,
180 void operator()(uint16_t handle, uint16_t max_hold_period, in operator()
182 body(handle, max_hold_period, min_hold_period); in operator()
Dmock_stack_hcic_hcicmds.cc164 void btsnd_hcic_hold_mode(uint16_t handle, uint16_t max_hold_period, in btsnd_hcic_hold_mode() argument
167 test::mock::stack_hcic_hcicmds::btsnd_hcic_hold_mode(handle, max_hold_period, in btsnd_hcic_hold_mode()
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h109 void btsnd_hcic_hold_mode(uint16_t handle, uint16_t max_hold_period,
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc772 void btsnd_hcic_hold_mode(uint16_t handle, uint16_t max_hold_period, in btsnd_hcic_hold_mode() argument
784 UINT16_TO_STREAM(pp, max_hold_period); in btsnd_hcic_hold_mode()