Home
last modified time | relevance | path

Searched refs:BTA_HhSetIdle (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_hh_api.h406 extern void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
439 extern void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
/system/bt/bta/hh/
Dbta_hh_api.cc233 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() function
/system/bt/btif/src/
Dbtif_hh.cc812 BTA_HhSetIdle(p_data->conn.handle, 0); in btif_hh_upstreams_evt()
1363 BTA_HhSetIdle(p_dev->dev_handle, idle_time); in set_idle_time()