Searched refs:bta_hh_snd_write_dev (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 144 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() function 177 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_REPORT, r_type, 0, 0, in BTA_HhSetReport() 181 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, r_type, 0, 0, p_data); in BTA_HhSetReport() 196 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_REPORT, param, buf_size, in BTA_HhGetReport() 209 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_PROTOCOL, (uint8_t)p_type, 0, in BTA_HhSetProtoMode() 222 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_PROTOCOL, 0, 0, 0, NULL); in BTA_HhGetProtoMode() 234 bta_hh_snd_write_dev(dev_handle, HID_TRANS_SET_IDLE, 0, idle_rate, 0, NULL); in BTA_HhSetIdle() 247 bta_hh_snd_write_dev(dev_handle, HID_TRANS_GET_IDLE, 0, 0, 0, NULL); in BTA_HhGetIdle() 259 bta_hh_snd_write_dev(dev_handle, HID_TRANS_CONTROL, (uint8_t)c_type, 0, 0, in BTA_HhSendCtrl() 291 bta_hh_snd_write_dev(dev_handle, HID_TRANS_DATA, in BTA_HhSendData()
|