Lines Matching defs:dev_handle
106 void BTA_HhClose(uint8_t dev_handle) { in BTA_HhClose()
144 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev()
173 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport()
192 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport()
208 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode()
221 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode()
233 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle()
246 void BTA_HhGetIdle(uint8_t dev_handle) { in BTA_HhGetIdle()
258 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl()
281 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData()
304 void BTA_HhGetDscpInfo(uint8_t dev_handle) { in BTA_HhGetDscpInfo()
363 void BTA_HhRemoveDev(uint8_t dev_handle) { in BTA_HhRemoveDev()