Searched refs:rsp_data (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c844 BT_HDR *hdr = p_data->hs_data.rsp_data.p_rpt_data;
884 p_data->hs_data.rsp_data.proto_mode,
885 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" :
886 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" : "Unsupported");
887 if (p_data->hs_data.rsp_data.proto_mode != BTA_HH_PROTO_UNKNOWN) {
891 (bthh_protocol_mode_t) p_data->hs_data.rsp_data.proto_mode);
913 p_data->hs_data.rsp_data.idle_rate);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c703 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN;
774 hs_data.rsp_data.idle_rate = *data;
777 hs_data.rsp_data.p_rpt_data = pdata;
781 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT)? \
785 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot");
H A Dbta_hh_le.c1096 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE;
1922 hs_data.rsp_data.p_rpt_data =p_buf;
1946 hs_data.rsp_data.proto_mode = p_dev_cb->mode;
1952 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value);
1954 if (hs_data.rsp_data.proto_mode == 0)
1955 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE;
1957 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE;
1959 p_dev_cb->mode = hs_data.rsp_data.proto_mode;
1963 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot");
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hh_api.h288 } rsp_data; member in struct:__anon829
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h176 UINT8 rsp_data[NFA_MAX_HCI_RSP_LEN]; /* Response received */ member in struct:__anon24039
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c1018 UINT8 rsp_data[BTM_BLE_AD_DATA_LEN], local
1019 *p = rsp_data;
1026 memset(rsp_data, 0, BTM_BLE_AD_DATA_LEN);
1029 if (btsnd_hcic_ble_set_scan_rsp_data((UINT8)(p - rsp_data), rsp_data))
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_act.c2035 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len);
2089 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len);
2153 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len);

Completed in 1289 milliseconds