Searched refs:idle_rate (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/include/ |
D | bta_hh_api.h | 294 uint8_t idle_rate; /* GET_IDLE_EVT : idle rate */ member 425 extern void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate); 458 extern void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
|
/system/bt/test/mock/ |
D | mock_bta_hh_api.cc | 73 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() argument
|
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 219 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() argument 220 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL); in BTA_HhSetIdle()
|
D | bta_hh_act.cc | 724 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()
|
/system/bt/include/hardware/ |
D | bt_hh.h | 130 bthh_status_t hh_status, int idle_rate);
|
/system/bt/btif/src/ |
D | btif_hh.cc | 939 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt() 943 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()
|