Searched refs:read_param (Results 1 – 1 of 1) sorted by relevance
739 tGATT_READ_PARAM read_param; in bta_gattc_read() local740 memset(&read_param, 0, sizeof(tGATT_READ_PARAM)); in bta_gattc_read()741 read_param.by_handle.handle = p_data->api_read.handle; in bta_gattc_read()742 read_param.by_handle.auth_req = p_data->api_read.auth_req; in bta_gattc_read()743 status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()745 tGATT_READ_PARAM read_param; in bta_gattc_read() local746 memset(&read_param, 0, sizeof(tGATT_READ_BY_TYPE)); in bta_gattc_read()748 read_param.char_type.s_handle = p_data->api_read.s_handle; in bta_gattc_read()749 read_param.char_type.e_handle = p_data->api_read.e_handle; in bta_gattc_read()750 read_param.char_type.uuid = p_data->api_read.uuid; in bta_gattc_read()[all …]