Home
last modified time | relevance | path

Searched refs:tBTA_GATTC_READ (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/include/
Dbtif_gatt_util.h33 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src);
/system/bt/bta/hh/
Dbta_hh_le.c702 tBTA_GATTC_READ *p_data) in bta_hh_le_save_rpt_ref()
755 tBTA_GATTC_READ *p_data) in bta_hh_le_save_ext_rpt_ref()
1592 void bta_hh_read_battery_level_cmpl(UINT8 status, tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_read_battery_level_cmpl()
1609 void bta_hh_le_save_rpt_map(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_save_rpt_map()
1637 void bta_hh_le_proc_get_rpt_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_proc_get_rpt_cmpl()
1695 void bta_hh_le_proc_read_proto_mode(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_proc_read_proto_mode()
1737 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_w4_le_read_char_cmpl()
1822 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_le_read_char_cmpl()
1862 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_le_read_descr_cmpl()
1895 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_w4_le_read_descr_cmpl()
/system/bt/bta/include/
Dbta_gatt_api.h259 }tBTA_GATTC_READ; typedef
351 tBTA_GATTC_READ read; /* read attribute/descriptor data */
/system/bt/btif/src/
Dbtif_gatt_util.c212 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()