Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_main.cc271 cback_event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_sm_execute()
274 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
275 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
276 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) { in bta_hh_sm_execute()
280 } else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
281 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_sm_execute()
286 } else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
Dbta_hh_api.cc144 static void bta_hh_snd_write_dev(uint8_t dev_handle, uint8_t t_type, in bta_hh_snd_write_dev() argument
152 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_act.cc1029 uint16_t event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_write_dev_act()
1042 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) { in bta_hh_write_dev_act()
1049 if (HID_HostWriteDev(p_cb->hid_handle, p_data->api_sndcmd.t_type, in bta_hh_write_dev_act()
1056 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL && in bta_hh_write_dev_act()
1057 p_data->api_sndcmd.t_type != HID_TRANS_DATA) in bta_hh_write_dev_act()
1062 switch (p_data->api_sndcmd.t_type) { in bta_hh_write_dev_act()
1090 p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1095 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_write_dev_act()
Dbta_hh_int.h98 uint8_t t_type; member
Dbta_hh_le.cc1910 switch (p_data->api_sndcmd.t_type) { in bta_hh_le_write_dev_act()
1947 __func__, p_data->api_sndcmd.t_type); in bta_hh_le_write_dev_act()
/system/bt/stack/include/
Dhidh_api.h174 extern tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type,
/system/bt/stack/hid/
Dhidh_api.cc411 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() argument
435 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
/system/bt/bta/include/
Dbta_hh_api.h361 extern void BTA_HhSetProtoMode(uint8_t handle, tBTA_HH_PROTO_MODE t_type);