Searched refs:t_type (Results 1 – 8 of 8) sorted by relevance
/system/bt/bta/hh/ |
D | bta_hh_main.cc | 271 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()
|
D | bta_hh_api.cc | 144 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()
|
D | bta_hh_act.cc | 1029 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()
|
D | bta_hh_int.h | 98 uint8_t t_type; member
|
D | bta_hh_le.cc | 1910 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/ |
D | hidh_api.h | 174 extern tHID_STATUS HID_HostWriteDev(uint8_t dev_handle, uint8_t t_type,
|
/system/bt/stack/hid/ |
D | hidh_api.cc | 411 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/ |
D | bta_hh_api.h | 361 extern void BTA_HhSetProtoMode(uint8_t handle, tBTA_HH_PROTO_MODE t_type);
|