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() 143 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() 172 void BTA_HhSetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhSetReport() 185 void BTA_HhGetReport(uint8_t dev_handle, tBTA_HH_RPT_TYPE r_type, in BTA_HhGetReport() 201 void BTA_HhSetProtoMode(uint8_t dev_handle, tBTA_HH_PROTO_MODE p_type) { in BTA_HhSetProtoMode() 214 void BTA_HhGetProtoMode(uint8_t dev_handle) { in BTA_HhGetProtoMode() 226 void BTA_HhSetIdle(uint8_t dev_handle, uint16_t idle_rate) { in BTA_HhSetIdle() 239 void BTA_HhGetIdle(uint8_t dev_handle) { in BTA_HhGetIdle() 251 void BTA_HhSendCtrl(uint8_t dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) { in BTA_HhSendCtrl() 274 void BTA_HhSendData(uint8_t dev_handle, UNUSED_ATTR BD_ADDR dev_bda, in BTA_HhSendData() [all …]
|
| D | bta_hh_act.cc | 512 uint8_t dev_handle = in bta_hh_open_cmpl_act() local 572 uint8_t dev_handle = in bta_hh_open_act() local 911 uint8_t dev_handle; in bta_hh_maint_dev_act() local 1096 static void bta_hh_cback(uint8_t dev_handle, BD_ADDR addr, uint8_t event, in bta_hh_cback()
|
| D | bta_hh_utils.cc | 457 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 | 363 tHID_STATUS HID_HostRemoveDev(uint8_t dev_handle) { in HID_HostRemoveDev() 389 tHID_STATUS HID_HostOpenDev(uint8_t dev_handle) { in HID_HostOpenDev() 415 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() 453 tHID_STATUS HID_HostCloseDev(uint8_t dev_handle) { in HID_HostCloseDev()
|
| /system/bt/btif/co/ |
| D | bta_hh_co.cc | 265 void bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, in bta_hh_co_open() 362 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) { in bta_hh_co_close() 404 void bta_hh_co_data(uint8_t dev_handle, uint8_t* p_rpt, uint16_t len, in bta_hh_co_data()
|
| /system/bt/btif/include/ |
| D | btif_hh.h | 60 uint8_t dev_handle; member 75 uint8_t dev_handle; member
|