Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc143 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() function
174 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, p_data); in BTA_HhSetReport()
189 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param, buf_size, in BTA_HhGetReport()
202 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (uint8_t)p_type, 0, in BTA_HhSetProtoMode()
215 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_PROTOCOL, 0, 0, 0, NULL); in BTA_HhGetProtoMode()
227 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL); in BTA_HhSetIdle()
240 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_IDLE, 0, 0, 0, NULL); in BTA_HhGetIdle()
252 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (uint8_t)c_type, 0, 0, in BTA_HhSendCtrl()
282 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, in BTA_HhSendData()