Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h432 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
465 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate);
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_api.cc65 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() function
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc211 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() function
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc444 BTA_HhSetIdle(conn.handle, 0); in hh_open_handler()
1487 BTA_HhSetIdle(p_dev->dev_handle, idle_time); in set_idle_time()