Home
last modified time | relevance | path

Searched refs:rsp_data (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_act.c702 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()
773 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act()
776 hs_data.rsp_data.p_rpt_data = pdata; in bta_hh_ctrl_dat_act()
780 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT)? \ in bta_hh_ctrl_dat_act()
784 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_ctrl_dat_act()
Dbta_hh_le.c1003 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()
1677 hs_data.rsp_data.p_rpt_data =p_buf; in bta_hh_le_proc_get_rpt_cmpl()
1701 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()
1707 hs_data.rsp_data.proto_mode = *(p_data->p_value->p_value); in bta_hh_le_proc_read_proto_mode()
1709 if (hs_data.rsp_data.proto_mode == 0) in bta_hh_le_proc_read_proto_mode()
1710 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
1712 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()
1714 p_dev_cb->mode = hs_data.rsp_data.proto_mode; in bta_hh_le_proc_read_proto_mode()
1718 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_le_proc_read_proto_mode()
/system/bt/btif/src/
Dbtif_hh.c822 BT_HDR *hdr = p_data->hs_data.rsp_data.p_rpt_data; in btif_hh_upstreams_evt()
863 p_data->hs_data.rsp_data.proto_mode, in btif_hh_upstreams_evt()
864 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" : in btif_hh_upstreams_evt()
865 … (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" : "Unsupported"); in btif_hh_upstreams_evt()
866 if (p_data->hs_data.rsp_data.proto_mode != BTA_HH_PROTO_UNKNOWN) { in btif_hh_upstreams_evt()
870 (bthh_protocol_mode_t) p_data->hs_data.rsp_data.proto_mode); in btif_hh_upstreams_evt()
892 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()
/system/bt/bta/include/
Dbta_hh_api.h288 } rsp_data; member
/system/bt/stack/btm/
Dbtm_ble_gap.c1205 UINT8 rsp_data[BTM_BLE_AD_DATA_LEN], in BTM_BleWriteScanRsp() local
1206 *p = rsp_data; in BTM_BleWriteScanRsp()
1212 memset(rsp_data, 0, BTM_BLE_AD_DATA_LEN); in BTM_BleWriteScanRsp()
1215 if (btsnd_hcic_ble_set_scan_rsp_data((UINT8)(p - rsp_data), rsp_data)) in BTM_BleWriteScanRsp()