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()
327 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL || in bta_hh_sm_execute()
328 p_data->api_sndcmd.t_type == HID_TRANS_SET_REPORT || in bta_hh_sm_execute()
329 p_data->api_sndcmd.t_type == HID_TRANS_SET_IDLE) in bta_hh_sm_execute()
334 else if (p_data->api_sndcmd.t_type != HID_TRANS_DATA && in bta_hh_sm_execute()
335 p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_sm_execute()
341 else if (p_data->api_sndcmd.t_type == HID_TRANS_CONTROL && in bta_hh_sm_execute()
Dbta_hh_act.c1081 UINT16 event = (p_data->api_sndcmd.t_type - BTA_HH_FST_BTE_TRANS_EVT) + in bta_hh_write_dev_act()
1094 if (p_data->api_sndcmd.t_type == HID_TRANS_SET_PROTOCOL) in bta_hh_write_dev_act()
1101 p_data->api_sndcmd.t_type, in bta_hh_write_dev_act()
1110 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL && in bta_hh_write_dev_act()
1111 p_data->api_sndcmd.t_type != HID_TRANS_DATA) in bta_hh_write_dev_act()
1119 switch(p_data->api_sndcmd.t_type) in bta_hh_write_dev_act()
1147 p_data->api_sndcmd.t_type); in bta_hh_write_dev_act()
1152 if (p_data->api_sndcmd.t_type != HID_TRANS_CONTROL) in bta_hh_write_dev_act()
Dbta_hh_api.c170 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, in bta_hh_snd_write_dev() argument
182 p_buf->t_type = t_type; in bta_hh_snd_write_dev()
Dbta_hh_int.h108 UINT8 t_type; member
Dbta_hh_le.c2627 switch(p_data->api_sndcmd.t_type) in bta_hh_le_write_dev_act()
2676 __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.c441 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev() argument
470 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);