Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c1168 tGATT_READ_PARAM read_param; in BTA_GATTC_ReadLongChar()
1171 memset (&read_param, 0, sizeof(tGATT_READ_PARAM)); in BTA_GATTC_ReadLongChar()
1188 tGATT_READ_PARAM read_param; in BTA_GATTC_ReadMultiVariableChar()
1196 memset (&read_param, 0, sizeof(tGATT_READ_PARAM)); in BTA_GATTC_ReadMultiVariableChar()
Dbta_gattc_act.c1103 tGATT_READ_PARAM read_param; in bta_gattc_read()
1104 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read()
1130 tGATT_READ_PARAM read_param; in bta_gattc_read_by_type()
1131 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read_by_type()
1155 tGATT_READ_PARAM read_param; in bta_gattc_read_multi()
1158 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read_multi()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h487 } tGATT_READ_PARAM; typedef
998 tGATT_READ_PARAM *p_read);
/hal_espressif-3.7.0/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-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c959 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read()