Lines Matching defs:dev_handle
99 void BTA_HhClose(uint8_t dev_handle) { in BTA_HhClose()
136 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev()
165 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport()
178 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport()
194 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode()
207 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode()
219 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle()
232 void BTA_HhGetIdle(uint8_t dev_handle) { in BTA_HhGetIdle()
244 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl()
267 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR const RawAddress& dev_bda, in BTA_HhSendData()
288 void BTA_HhGetDscpInfo(uint8_t dev_handle) { in BTA_HhGetDscpInfo()
347 void BTA_HhRemoveDev(uint8_t dev_handle) { in BTA_HhRemoveDev()