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.c321 cback_event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_sm_execute()
324 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
325 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
326 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) in bta_hh_sm_execute()
331 else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
332 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_sm_execute()
338 else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
Dbta_hh_api.c151 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, in bta_hh_snd_write_dev() argument
159 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_act.c1083 UINT16 event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_write_dev_act()
1096 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) in bta_hh_write_dev_act()
1103 p_data->api_sndcmd.t_type, in bta_hh_write_dev_act()
1112 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL && in bta_hh_write_dev_act()
1113 p_data->api_sndcmd.t_type != HID_TRANS_DATA) in bta_hh_write_dev_act()
1121 switch(p_data->api_sndcmd.t_type) in bta_hh_write_dev_act()
1149 p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1154 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_write_dev_act()
Dbta_hh_int.h108 UINT8 t_type; member
Dbta_hh_le.c2359 switch(p_data->api_sndcmd.t_type) in bta_hh_le_write_dev_act()
2403 __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 dev_handle, UINT8 t_type,
/system/bt/stack/hid/
Dhidh_api.c446 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev() argument
472 status = hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf); in HID_HostWriteDev()
/system/bt/bta/include/
Dbta_hh_api.h380 extern void BTA_HhSetProtoMode(UINT8 handle, tBTA_HH_PROTO_MODE t_type);