Searched refs:idle_rate (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_hh_api.h | 321 uint8_t idle_rate; /* GET_IDLE_EVT : idle rate */ member 469 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate); 502 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_api.cc | 226 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() argument 227 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL); in BTA_HhSetIdle()
|
D | bta_hh_act.cc | 756 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hh.h | 151 bthh_status_t hh_status, int idle_rate);
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 1500 idle_rate: i32, in idle_time() 3154 idle_rate: i32, in idle_time() 3160 idle_rate in idle_time()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 1160 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt() 1167 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()
|