Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1101 tGATT_READ_PARAM read_param; in bta_gattc_read() local
1102 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read()
1103 read_param.by_handle.handle = p_data->api_read.handle; in bta_gattc_read()
1104 read_param.by_handle.auth_req = p_data->api_read.auth_req; in bta_gattc_read()
1106 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
1134 tGATT_READ_PARAM read_param; in bta_gattc_read_by_type() local
1135 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM)); in bta_gattc_read_by_type()
1136 read_param.service.auth_req = p_data->api_read.auth_req; in bta_gattc_read_by_type()
1137 read_param.service.s_handle = p_data->api_read.s_handle; in bta_gattc_read_by_type()
1138 read_param.service.e_handle = p_data->api_read.e_handle; in bta_gattc_read_by_type()
[all …]