Searched defs:dev_handle (Results 1 – 6 of 6) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_api.cc | 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() [all …]
|
D | bta_hh_act.cc | 526 uint8_t dev_handle = in bta_hh_open_cmpl_act() local 586 uint8_t dev_handle = in bta_hh_open_act() local 938 uint8_t dev_handle; in bta_hh_maint_dev_act() local 1124 static void bta_hh_cback(uint8_t dev_handle, const RawAddress& addr, in bta_hh_cback()
|
D | bta_hh_utils.cc | 471 uint8_t bta_hh_dev_handle_to_cb_idx(uint8_t dev_handle) { in bta_hh_dev_handle_to_cb_idx()
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 359 tHID_STATUS HID_HostRemoveDev(uint8_t dev_handle) { in HID_HostRemoveDev() 385 tHID_STATUS HID_HostOpenDev(uint8_t dev_handle) { in HID_HostOpenDev() 411 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() 449 tHID_STATUS HID_HostCloseDev(uint8_t dev_handle) { in HID_HostCloseDev()
|
/system/bt/btif/co/ |
D | bta_hh_co.cc | 314 void bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 408 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) { in bta_hh_co_close() 453 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data() 562 void bta_hh_co_set_rpt_rsp(uint8_t dev_handle, uint8_t status) { in bta_hh_co_set_rpt_rsp() 576 void bta_hh_co_get_rpt_rsp(uint8_t dev_handle, uint8_t status, uint8_t* p_rpt, in bta_hh_co_get_rpt_rsp()
|
/system/bt/btif/include/ |
D | btif_hh.h | 61 uint8_t dev_handle; member 78 uint8_t dev_handle; member
|