Searched refs:max_hold_period (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hcicmds.h | 176 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()
|
D | mock_stack_hcic_hcicmds.cc | 164 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/ |
D | hcimsgs.h | 109 void btsnd_hcic_hold_mode(uint16_t handle, uint16_t max_hold_period,
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hcicmds.cc | 772 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()
|