Searched refs:rsp_data (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/bta/hh/ |
D | bta_hh_act.c | 698 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act() 769 hs_data.rsp_data.idle_rate = *data; in bta_hh_ctrl_dat_act() 772 hs_data.rsp_data.p_rpt_data = pdata; in bta_hh_ctrl_dat_act() 776 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT)? \ in bta_hh_ctrl_dat_act() 780 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_ctrl_dat_act()
|
D | bta_hh_le.c | 1063 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode() 1828 hs_data.rsp_data.p_rpt_data =p_buf; in bta_hh_le_proc_get_rpt_cmpl() 1852 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode() 1858 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value); in bta_hh_le_proc_read_proto_mode() 1860 if (hs_data.rsp_data.proto_mode == 0) in bta_hh_le_proc_read_proto_mode() 1861 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode() 1863 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode() 1865 p_dev_cb->mode = hs_data.rsp_data.proto_mode; in bta_hh_le_proc_read_proto_mode() 1869 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_le_proc_read_proto_mode()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hh.c | 884 (uint8_t*) p_data->hs_data.rsp_data.p_rpt_data, BT_HDR_SIZE); in btif_hh_upstreams_evt() 902 p_data->hs_data.rsp_data.proto_mode, in btif_hh_upstreams_evt() 903 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" : in btif_hh_upstreams_evt() 904 … (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" : "Unsupported"); in btif_hh_upstreams_evt() 906 (bthh_protocol_mode_t) p_data->hs_data.rsp_data.proto_mode); in btif_hh_upstreams_evt() 917 p_data->hs_data.rsp_data.idle_rate); in btif_hh_upstreams_evt()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 617 UINT8 rsp_data[BTM_BLE_AD_DATA_LEN], in BTM_BleWriteScanRsp() local 618 *p = rsp_data; in BTM_BleWriteScanRsp() 625 memset(rsp_data, 0, BTM_BLE_AD_DATA_LEN); in BTM_BleWriteScanRsp() 628 if (btsnd_hcic_ble_set_scan_rsp_data((UINT8)(p - rsp_data), rsp_data)) in BTM_BleWriteScanRsp()
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_hh_api.h | 288 } rsp_data; member
|
/external/libnfc-nci/src/nfa/include/ |
D | nfa_hci_api.h | 176 UINT8 rsp_data[NFA_MAX_HCI_RSP_LEN]; /* Response received */ member
|
/external/libnfc-nci/src/nfa/hci/ |
D | nfa_hci_act.c | 1985 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len); in nfa_hci_handle_generic_gate_rsp() 2039 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len); in nfa_hci_handle_connectivity_gate_pkt() 2103 memcpy (evt_data.rsp_rcvd.rsp_data, p_data, data_len); in nfa_hci_handle_loopback_gate_pkt()
|