Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc233 cback_event = (p_data->api_sndcmd.t_type - HID_TRANS_GET_REPORT) + in bta_hh_sm_execute()
236 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
237 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
238 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) { in bta_hh_sm_execute()
242 } else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
243 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_sm_execute()
248 } else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
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() argument
151 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_act.cc1028 if (api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) { in convert_api_sndcmd_param()
1038 (p_data->api_sndcmd.t_type - HID_TRANS_GET_REPORT) + BTA_HH_GET_RPT_EVT; in bta_hh_write_dev_act()
1048 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()
1086 p_data->api_sndcmd.t_type, p_data->api_sndcmd.param); in bta_hh_write_dev_act()
1089 switch (p_data->api_sndcmd.t_type) { in bta_hh_write_dev_act()
1116 log::verbose("cmd type={}", p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1121 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) { in bta_hh_write_dev_act()
Dbta_hh_int.h78 uint8_t t_type; member
Dbta_hh_le.cc2033 switch (p_data->api_sndcmd.t_type) { in bta_hh_le_write_dev_act()
2070 p_data->api_sndcmd.t_type); in bta_hh_le_write_dev_act()
/packages/modules/Bluetooth/system/stack/include/
Dhidh_api.h184 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param,
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_api.cc497 tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type, uint8_t param, in HID_HostWriteDev() argument
527 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hh_api.h424 void BTA_HhSetProtoMode(uint8_t handle, tBTA_HH_PROTO_MODE t_type);