Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hh_api.h287 UINT8 idle_rate; /* GET_IDLE_EVT : idle rate */ member
424 extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate);
458 extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate);
/system/bt/bta/hh/
Dbta_hh_api.c259 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate) in BTA_HhSetIdle() argument
261 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL); in BTA_HhSetIdle()
Dbta_hh_act.c774 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()
/system/bt/btif/src/
Dbtif_hh.c919 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()