Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h487 } tGATT_READ_PARAM; typedef
998 tGATT_READ_PARAM *p_read);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1147 tGATT_READ_PARAM read_param; in bta_gattc_read()
1148 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read()
1174 tGATT_READ_PARAM read_param; in bta_gattc_read_by_type()
1175 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read_by_type()
1199 tGATT_READ_PARAM read_param; in bta_gattc_read_multi()
1202 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi()
1230 tGATT_READ_PARAM read_param; in bta_gattc_read_multi_var()
1233 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi_var()
Dbta_gattc_api.c1216 tGATT_READ_PARAM read_param; in BTA_GATTC_ReadLongChar()
1219 memset (&read_param, 0, sizeof(tGATT_READ_PARAM)); in BTA_GATTC_ReadLongChar()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c539 tGATT_READ_PARAM param; in gap_ble_send_cl_read_request()
544 memset(&param, 0, sizeof(tGATT_READ_PARAM)); in gap_ble_send_cl_read_request()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c986 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()