Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/include/
Dbtif_gatt_util.h35 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src);
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_le.c711 tBTA_GATTC_READ *p_data) in bta_hh_le_save_rpt_ref()
770 tBTA_GATTC_READ *p_data) in bta_hh_le_save_ext_rpt_ref()
1731 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()
1842 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()
1884 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()
1940 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()
1982 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_w4_le_read_char_cmpl()
2044 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_le_read_char_cmpl()
2080 tBTA_GATTC_READ * p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_le_read_descr_cmpl()
2108 void bta_hh_le_read_battery_level_descr_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ * p_data) in bta_hh_le_read_battery_level_descr_cmpl()
[all …]
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h314 }tBTA_GATTC_READ; typedef
411 tBTA_GATTC_READ read; /* read attribute/descriptor data */
/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_util.c238 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src) in set_read_value()